mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Fixed changelog formatting
This commit is contained in:
parent
dee274c0f5
commit
092b3f06f2
1 changed files with 4 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ Features
|
|||
|
||||
For example your bot 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
|
||||
.. code-block:: python3
|
||||
|
||||
@router.message(magic_data=F.event.from_user.id == F.config.admin_id)
|
||||
...
|
||||
|
|
@ -69,8 +69,9 @@ Misc
|
|||
- Converted README.md to README.rst and use it as base file for docs
|
||||
`#725 <https://github.com/aiogram/aiogram/issues/725>`_
|
||||
- Rework filters resolving:
|
||||
* Automatically apply Bound Filters with default values to handlers
|
||||
* Fix data transfer from parent to included routers filters
|
||||
|
||||
- Automatically apply Bound Filters with default values to handlers
|
||||
- Fix data transfer from parent to included routers filters
|
||||
`#727 <https://github.com/aiogram/aiogram/issues/727>`_
|
||||
- Added full support of Bot API 5.4
|
||||
https://core.telegram.org/bots/api-changelog#november-5-2021
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue