Fixed changelog formatting

This commit is contained in:
Alex Root Junior 2021-11-11 00:39:25 +02:00
parent dee274c0f5
commit 092b3f06f2

View file

@ -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