From 092b3f06f20c813d09b9ffe08316e53d58b6c8df Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 11 Nov 2021 00:39:25 +0200 Subject: [PATCH] Fixed changelog formatting --- CHANGES.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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