Update changelog

This commit is contained in:
JRoot Junior 2023-11-24 23:29:21 +02:00
parent 69a07e3b0c
commit a2e5f9a8b8
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
19 changed files with 65 additions and 25 deletions

View file

@ -1,2 +0,0 @@
Introduced Scenes feature that helps you to simplify user interactions using Finite State Machines.
Read more about 👉 :ref:`Scenes <Scenes>`.

View file

@ -1 +0,0 @@
Corrected grammatical errors, improved sentence structures, translation for migration 2.x-3.x

View file

@ -1 +0,0 @@
Fixed ResourceWarning in the tests, reworked :code:`RedisEventsIsolation` fixture to use Redis connection from :code:`RedisStorage`

View file

@ -1,6 +0,0 @@
Updated dependencies, bumped minimum required version:
- :code:`magic-filter` - fixed `.resolve` operation
- :code:`pydantic` - fixed compatibility (broken in 2.4)
- :code:`aiodns` - added new dependency to the :code:`fast` extras (:code:`pip install aiogram[fast]`)
- *others...*

View file

@ -1 +0,0 @@
Prevent update handling task pointers from being garbage collected, backport from 2.x

View file

@ -1 +0,0 @@
Fixed :code:`parse_mode` argument in the in :code:`Message.send_copy` shortcut. Disable by default.

View file

@ -1 +0,0 @@
Minor typo correction, specifically in module naming + some grammar.

View file

@ -1 +0,0 @@
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 +0,0 @@
Updated :code:`typing-extensions` package version range in dependencies to fix compatibility with :code:`FastAPI`

View file

@ -1,2 +0,0 @@
Added `CITATION.cff` file for automatic academic citation generation.
Now you can copy citation from the GitHub page and paste it into your paper.

View file

@ -1 +0,0 @@
Minor typo correction in middleware docs.

View file

@ -1 +0,0 @@
Introduce Python 3.12 support

View file

@ -1 +0,0 @@
Speeded up CallableMixin processing by caching references to nested objects and simplifying kwargs assembly.

View file

@ -1 +0,0 @@
Added ability to get handler flags from filters.

View file

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

View file

@ -1 +0,0 @@
Fixed a situation where a :code:`CallbackData` could not be parsed without a default value.

View file

@ -1 +0,0 @@
Updated :code:`thumbnail` fields type to :code:`InputFile` only