Update README, add changelog

This commit is contained in:
evgfilim1 2022-08-22 11:46:32 +05:00
parent 352ae1febb
commit a69ae54bb0
No known key found for this signature in database
GPG key ID: D9F91B9DC64683A2
2 changed files with 2 additions and 0 deletions

1
CHANGES/985.feature Normal file
View file

@ -0,0 +1 @@
Add PyPy support and run tests under PyPy

View file

@ -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)