Small changes in the pending changelog

This commit is contained in:
JRoot Junior 2023-11-17 00:27:30 +02:00
parent 5b59ca679a
commit 0fc718deeb
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
7 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1 +1 @@
Added current handler to filters, so that flags can be retrieved from it.
Added ability to get handler flags from filters.

View file

@ -1 +0,0 @@
Added pydantic v2.5 support.

1
CHANGES/1361.misc.rst Normal file
View file

@ -0,0 +1 @@
Added :code:`pydantic` v2.5 support.