Changelog

This commit is contained in:
Alex Root Junior 2023-09-22 18:11:30 +03:00
parent fec138977d
commit c3dc6fe7a8
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
6 changed files with 23 additions and 5 deletions

View file

@ -1 +0,0 @@
Added support for custom encoders/decoders for payload (and also for deep-linking).

View file

@ -1 +0,0 @@
Added :class:`aiogram.utils.input_media.MediaGroupBuilder` for media group construction.

View file

@ -1 +0,0 @@
Added actual param hints for `InlineKeyboardBuilder` and `ReplyKeyboardBuilder`.

View file

@ -1 +0,0 @@
Fixed priority of events isolation, now user state will be loaded only after lock is acquired

View file

@ -1 +0,0 @@
Added full support of `Bot API 6.9 <https://core.telegram.org/bots/api-changelog#september-22-2023>`_