2021-08-01 19:08:03 +03:00
|
|
|
=========
|
|
|
|
|
Changelog
|
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
..
|
|
|
|
|
You should *NOT* be adding new change log entries to this file, this
|
|
|
|
|
file is managed by towncrier. You *may* edit previous change logs to
|
|
|
|
|
fix problems like typo corrections or such.
|
|
|
|
|
To add a new change log entry, please see
|
|
|
|
|
https://pip.pypa.io/en/latest/development/#adding-a-news-entry
|
|
|
|
|
we named the news folder "CHANGES".
|
|
|
|
|
|
|
|
|
|
WARNING: Don't drop the next directive!
|
|
|
|
|
|
|
|
|
|
.. towncrier release notes start
|
|
|
|
|
|
2021-08-17 01:14:27 +03:00
|
|
|
3.0.0a13 (2021-08-17)
|
|
|
|
|
======================
|
|
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
- add aliases for edit/delete reply markup to Message
|
|
|
|
|
`#662 <https://github.com/aiogram/aiogram/issues/662>`_
|
|
|
|
|
- Reworked outer middleware chain. Prevent to call many times the outer middleware for each nested router
|
|
|
|
|
`#664 <https://github.com/aiogram/aiogram/issues/664>`_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
- Prepare parse mode for InputMessageContent in AnswerInlineQuery method
|
|
|
|
|
`#660 <https://github.com/aiogram/aiogram/issues/660>`_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improved Documentation
|
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
|
|
- Added integration with :code:`towncrier`
|
|
|
|
|
`#602 <https://github.com/aiogram/aiogram/issues/602>`_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Misc
|
|
|
|
|
----
|
|
|
|
|
|
|
|
|
|
- Added `.editorconfig`
|
|
|
|
|
`#650 <https://github.com/aiogram/aiogram/issues/650>`_
|
|
|
|
|
- Redis storage speedup globals
|
|
|
|
|
`#651 <https://github.com/aiogram/aiogram/issues/651>`_
|
|
|
|
|
- add allow_sending_without_reply param to Message reply aliases
|
|
|
|
|
`#663 <https://github.com/aiogram/aiogram/issues/663>`_
|
|
|
|
|
|
|
|
|
|
|