Render changelog

This commit is contained in:
Alex Root Junior 2023-08-18 20:21:01 +03:00
parent a0ae934c14
commit 787ad6b094
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
13 changed files with 45 additions and 15 deletions

View file

@ -1 +0,0 @@
Added error handling example `examples/error_handling.py`

View file

@ -1 +0,0 @@
Added a few words about skipping pending updates

View file

@ -1 +0,0 @@
Fixed missing message content types (:code:`ContentType.USER_SHARED`, :code:`ContentType.CHAT_SHARED`)

View file

@ -1 +0,0 @@
Added a section on Dependency Injection technology

View file

@ -1 +0,0 @@
This update includes the addition of a multi-file bot example to the repository.

View file

@ -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.

View file

@ -1 +0,0 @@
Fixed nested hashtag, cashtag and email message entities not being parsed correctly when these entities are inside another entity.

View file

@ -1 +0,0 @@
Supplemented "Finite State Machine" section in Migration FAQ

View file

@ -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

View file

@ -1,2 +0,0 @@
Removed extra param in docstring of TelegramEventObserver's filter method
and fixed typo in I18n documentation.

View file

@ -1 +0,0 @@
Enhanced the warning message in dispatcher to include a JSON dump of the update when update type is not known.

View file

@ -1 +0,0 @@
Added support for `Bot API 6.8 <https://core.telegram.org/bots/api-changelog#august-18-2023>`_