Add current handler to filters, so that flags can be retrieved from it. (#1360)

* Add current handler to filters, so that flags can be retrieved from it.

* run black isort

* add changelog

* Update CHANGES/1360.bugfix.rst

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>

---------

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
Kostiantyn Kriuchkov 2023-11-13 21:03:21 +02:00 committed by GitHub
parent 228a86afdc
commit 9b5e462068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

1
CHANGES/1360.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Added current handler to filters, so that flags can be retrieved from it.