diff --git a/CHANGES.rst b/CHANGES.rst index aa81cabd..d0a80500 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 `_ - 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 `_ - Added full support of Bot API 5.4 https://core.telegram.org/bots/api-changelog#november-5-2021