mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update README, add changelog
This commit is contained in:
parent
352ae1febb
commit
a69ae54bb0
2 changed files with 2 additions and 0 deletions
1
CHANGES/985.feature
Normal file
1
CHANGES/985.feature
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add PyPy support and run tests under PyPy
|
||||
|
|
@ -61,6 +61,7 @@ Features
|
|||
|
||||
- Asynchronous (`asyncio docs <https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)
|
||||
- Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-lang.org/>`_
|
||||
- Supports `PyPy <https://www.pypy.org/>`_
|
||||
- Supports `Telegram Bot API 5.3 <https://core.telegram.org/bots/api>`_
|
||||
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated
|
||||
- Updates router (Blueprints)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue