mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added changelog for recent changes
This commit is contained in:
parent
7c6cf3c122
commit
3931253a88
4 changed files with 12 additions and 0 deletions
2
CHANGES/723.feature
Normal file
2
CHANGES/723.feature
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
**Breaking internal API change**
|
||||||
|
Reworked FSM Storage record keys propagation
|
||||||
8
CHANGES/724.feature
Normal file
8
CHANGES/724.feature
Normal 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
1
CHANGES/725.misc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Converted README.md to README.rst and use it as base file for docs
|
||||||
1
CHANGES/726.bugfix
Normal file
1
CHANGES/726.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Fixed I18n context inside error handlers
|
||||||
Loading…
Add table
Add a link
Reference in a new issue