mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Render changelog
This commit is contained in:
parent
a0ae934c14
commit
787ad6b094
13 changed files with 45 additions and 15 deletions
|
|
@ -1 +0,0 @@
|
|||
Added error handling example `examples/error_handling.py`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added a few words about skipping pending updates
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed missing message content types (:code:`ContentType.USER_SHARED`, :code:`ContentType.CHAT_SHARED`)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added a section on Dependency Injection technology
|
||||
|
|
@ -1 +0,0 @@
|
|||
This update includes the addition of a multi-file bot example to the repository.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Refactored examples code to use aiogram enumerations and enhanced chat messages with markdown
|
||||
beautification's for a more user-friendly display.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed nested hashtag, cashtag and email message entities not being parsed correctly when these entities are inside another entity.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Supplemented "Finite State Machine" section in Migration FAQ
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Moved global filters check placement into router to add chance to pass context from global filters
|
||||
into handlers in the same way as it possible in other places
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Removed extra param in docstring of TelegramEventObserver's filter method
|
||||
and fixed typo in I18n documentation.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Enhanced the warning message in dispatcher to include a JSON dump of the update when update type is not known.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added support for `Bot API 6.8 <https://core.telegram.org/bots/api-changelog#august-18-2023>`_
|
||||
Loading…
Add table
Add a link
Reference in a new issue