fix changelog

This commit is contained in:
latan 2024-09-05 23:48:36 +03:00
parent 48dd281028
commit ffb16aa628
2 changed files with 2 additions and 13 deletions

View file

@ -16,19 +16,6 @@ Changelog
.. towncrier release notes start
3.12.0 (2024-09-05)
====================
Bugfixes
--------
- Fixed link preview options to use global defaults in various types and methods
to use global defaults for `link_preview_options`.
This change ensures consistency and enhances flexibility in handling link preview options
across different components.
`#1543 <https://github.com/aiogram/aiogram/issues/1543>`_
3.12.0 (2024-08-16)
====================

2
CHANGES/1574.feature.rst Normal file
View file

@ -0,0 +1,2 @@
Added missing method aliases such as `.answer()`, `.reply()`, and others to `InaccessibleMessage`.
This change ensures consistency and improves usability by aligning the functionality of `InaccessibleMessage` with the `Message` type.