mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Release 3.0.0-beta.3
This commit is contained in:
parent
497436595d
commit
0d650fc38c
15 changed files with 52 additions and 23 deletions
|
|
@ -1 +0,0 @@
|
|||
Added parsing of spoiler message entity
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added automated check that pull-request adds a changes description to **CHANGES** directory
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Changed :code:`Message.html_text` and :code:`Message.md_text` attributes behaviour when message has no text.
|
||||
The empty string will be used instead of raising error.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed default `parse_mode` for `Message.copy_to()` method.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Used `redis-py` instead of `aioredis` package in due to this packages was merged into single one
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Solved common naming problem with middlewares that confusing too much developers
|
||||
- now you can't see the `middleware` and `middlewares` attributes at the same point
|
||||
because this functionality encapsulated to special interface.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed CallbackData factory parsing IntEnum's
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added possibility to get command magic result as handler argument
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added full support of `Telegram Bot API 6.0 <https://core.telegram.org/bots/api-changelog#april-16-2022>`_
|
||||
Loading…
Add table
Add a link
Reference in a new issue