Update changelog

This commit is contained in:
Alex Root Junior 2021-09-24 00:10:59 +03:00
parent c19cbc6a5f
commit 275bd509a1
3 changed files with 12 additions and 2 deletions

View file

@ -14,6 +14,18 @@ Changelog
.. towncrier release notes start
3.0.0a17 (2021-09-24)
======================
Misc
----
- Added :code:`html_text` and :code:`md_text` to Message object
`#708 <https://github.com/aiogram/aiogram/issues/708>`_
- Refactored I18n, added context managers for I18n engine and current locale
`#709 <https://github.com/aiogram/aiogram/issues/709>`_
3.0.0a16 (2021-09-22)
======================

View file

@ -1 +0,0 @@
Added :code:`html_text` and :code:`md_text` to Message object

View file

@ -1 +0,0 @@
Refactored I18n, added context managers for I18n engine and current locale