README/CHANGES: Bot API 3.2 is now supported

[ci skip]
This commit is contained in:
Noam Meltzer 2017-07-23 22:41:50 +03:00
parent 9bd5042cc3
commit c02613559d
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Changes
- Improved filters for user_id/username/chat.
- Internal restructure of files.
- Improved unitests.
- Fully support Bot API 3.1.
- Fully support Bot API 3.2.
**2017-06-18**

View file

@ -88,7 +88,7 @@ make the development of bots easy and straightforward. These classes are contain
Telegram API support
====================
As of **18. June 2017**, all types and methods of the Telegram Bot API 3.0 are supported.
As of **23. July 2017**, all types and methods of the Telegram Bot API 3.2 are supported.
==========
Installing