Added changelog for recent changes

This commit is contained in:
Alex Root Junior 2021-10-11 01:44:55 +03:00
parent 7c6cf3c122
commit 3931253a88
4 changed files with 12 additions and 0 deletions

2
CHANGES/723.feature Normal file
View file

@ -0,0 +1,2 @@
**Breaking internal API change**
Reworked FSM Storage record keys propagation

8
CHANGES/724.feature Normal file
View file

@ -0,0 +1,8 @@
Implemented new filter named :code:`MagicData(magic_data)` that helps to filter event by data from middlewares or other filters
For example you bor is running with argument named :code:`config` that contains the application config then you can filter event by value from this config:
.. code_block: python3
@router.message(magic_data=F.event.from_user.id == F.config.admin_id)
...

1
CHANGES/725.misc Normal file
View file

@ -0,0 +1 @@
Converted README.md to README.rst and use it as base file for docs

1
CHANGES/726.bugfix Normal file
View file

@ -0,0 +1 @@
Fixed I18n context inside error handlers