Update to v1.5.2

This commit is contained in:
Lonami Exo 2019-01-05 17:37:52 +01:00
parent a5b107e6c9
commit e565552ae9
2 changed files with 22 additions and 1 deletions

View File

@ -14,6 +14,27 @@ it can take advantage of new goodies!
.. contents:: List of All Versions
Takeout Sessions (v1.5.2)
=========================
*Published at 2019/01/05*
You can now easily start takeout sessions (also known as data export sessions)
through `client.takeout() <telethon.client.account.AccountMethods.takeout>`.
Some of the requests will have lower flood limits when done through the
takeout session.
Bug fixes
~~~~~~~~~
* The new `AdminLogEvent <telethon.tl.custom.adminlogevent.AdminLogEvent>`
had a bug that made it unusable.
* `client.iter_dialogs() <telethon.client.dialogs.DialogMethods.iter_dialogs>`
will now locally check for the offset date, since Telegram ignores it.
* Answering inline queries with media no works properly. You can now use
the library to create inline bots and send stickers through them!
object.to_json() (v1.5.1)
=========================

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.5.1'
__version__ = '1.5.2'