Fix template_filter decorator to support both usage styles and update docstring; update CHANGES.rst

This commit is contained in:
Akshay 2025-05-16 14:49:45 +05:30
parent c94824744c
commit 6ff24afee8
3 changed files with 42 additions and 23 deletions

View file

@ -6,6 +6,8 @@ Unreleased
- Drop support for Python 3.9. :pr:`5730`
- Remove previously deprecated code: ``__version__``. :pr:`5648`
- Fix template_filter decorator to correctly register filters and support usage with or without parentheses.
- Improve docstring for `template_filter` decorator for better clarity and examples.
Version 3.1.1
-------------