mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Small changes in the pending changelog
This commit is contained in:
parent
5b59ca679a
commit
0fc718deeb
7 changed files with 6 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
Corrected grammatical errors, improved sentence structures, translation for migration 2.x-3.x
|
||||
Corrected grammatical errors, improved sentence structures, translation for migration 2.x-3.x
|
||||
|
|
@ -1 +1 @@
|
|||
Prevent update handling task pointers from being garbage collected, backport from 2.x
|
||||
Prevent update handling task pointers from being garbage collected, backport from 2.x
|
||||
|
|
@ -1 +1 @@
|
|||
Fixed ``parse_mode`` in ``send_copy`` helper. Disable by default.
|
||||
Fixed :code:`parse_mode` argument in the in :code:`Message.send_copy` shortcut. Disable by default.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
The new FSM strategy CHAT_TOPIC, which sets the state for the entire topic in the chat, also works in private messages and regular groups without topics.
|
||||
Added the new FSM strategy :code:`CHAT_TOPIC`, which sets the state for the entire topic in the chat, also works in private messages and regular groups without topics.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Added current handler to filters, so that flags can be retrieved from it.
|
||||
Added ability to get handler flags from filters.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Added pydantic v2.5 support.
|
||||
1
CHANGES/1361.misc.rst
Normal file
1
CHANGES/1361.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Added :code:`pydantic` v2.5 support.
|
||||
Loading…
Add table
Add a link
Reference in a new issue