You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,12 @@ Added
27
27
28
28
- Add compatibility tests and adjustments for Wrapt v2.0. See PR #88 (musicinmybrain).
29
29
30
+
- Add experimental `@deprecated_params` decorator to mark function parameters as deprecated at call-time; emits warnings when deprecated parameters are used with optional messages and configurable warning categories. See PR #93.
31
+
30
32
Documentation
31
33
-------------
32
34
33
-
- Update the Wrapt compatibility matrix to include Python 3.13 and 3.14. See #91
35
+
- Update the Wrapt compatibility matrix to include Python 3.13 and 3.14. See PR #91
0 commit comments