Fixed changelog

This commit is contained in:
Alex Root Junior 2022-04-19 22:18:10 +03:00
parent 0d650fc38c
commit 781e30c25b
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,8 @@ Features
Bugfixes
--------
- Fixed I18n lazy-proxy. Disabled caching.
`#839 <https://github.com/aiogram/aiogram/issues/839>`_
- Added parsing of spoiler message entity
`#865 <https://github.com/aiogram/aiogram/issues/865>`_
- Fixed default `parse_mode` for `Message.copy_to()` method.

View file

@ -1 +0,0 @@
Fixed I18n lazy-proxy. Disabled caching.