mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Update changelog
This commit is contained in:
parent
c19cbc6a5f
commit
275bd509a1
3 changed files with 12 additions and 2 deletions
12
CHANGES.rst
12
CHANGES.rst
|
|
@ -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)
|
||||
======================
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Added :code:`html_text` and :code:`md_text` to Message object
|
||||
|
|
@ -1 +0,0 @@
|
|||
Refactored I18n, added context managers for I18n engine and current locale
|
||||
Loading…
Add table
Add a link
Reference in a new issue