mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Generate changelog
This commit is contained in:
parent
efae83d337
commit
f90c955b15
12 changed files with 51 additions and 12 deletions
|
|
@ -1 +0,0 @@
|
|||
Fixed empty mention in command parsing, now it will be None instead of an empty string
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added more detailed error when server response can't be deserialized. This feature will help to debug unexpected responses from the Server
|
||||
|
|
@ -1 +0,0 @@
|
|||
Reworked error event, introduced :class:`aiogram.types.error_event.ErrorEvent` object.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed escaping markdown in `aiogram.utils.markdown` module
|
||||
|
|
@ -1 +0,0 @@
|
|||
Initialized Docs translation (added Ukrainian language)
|
||||
|
|
@ -1 +0,0 @@
|
|||
**BREAKING**: Removed filters factory as described in corresponding issue.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Now Router/Dispatcher accepts only keyword arguments.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add PyPy support and run tests under PyPy
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added message text to aiogram exceptions representation
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Added warning about using magic filter from `magic_filter` instead of `aiogram`'s ones.
|
||||
Is recommended to use `from aiogram import F` instead of `from magic_filter import F`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed polling crash when Telegram Bot API raises HTTP 429 status-code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue