Skip to content

Commit 3f30cdb

Browse files
author
Laurent LAPORTE
committed
docs(changelog): add experimental @deprecated_params decorator
1 parent 760a903 commit 3f30cdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ Added
2727

2828
- Add compatibility tests and adjustments for Wrapt v2.0. See PR #88 (musicinmybrain).
2929

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+
3032
Documentation
3133
-------------
3234

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
3436

3537
Changed
3638
-------

0 commit comments

Comments
 (0)