mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Update to v1.4.2
This commit is contained in:
parent
d2e995ef95
commit
16dd47f5ec
|
@ -14,6 +14,34 @@ it can take advantage of new goodies!
|
|||
.. contents:: List of All Versions
|
||||
|
||||
|
||||
Bug Fixes (v1.4.2)
|
||||
==================
|
||||
|
||||
*Published at 2018/11/24*
|
||||
|
||||
This version also includes the v1.4.1 hot-fix, which was a single
|
||||
quick fix and didn't really deserve an entry in the changelog.
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Authorization key wouldn't be saved correctly, requiring re-login.
|
||||
* Conversations with custom events failed to be cancelled.
|
||||
* Fixed ``telethon.sync`` when using other threads.
|
||||
* Fix markdown/HTML parser from failing with leading/trailing whitespace.
|
||||
* Fix accessing ``chat_action_event.input_user`` property.
|
||||
* Potentially improved handling unexpected disconnections.
|
||||
|
||||
|
||||
Enhancements
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Better default behaviour for `client.send_read_acknowledge
|
||||
<telethon.client.messages.MessageMethods.send_read_acknowledge>`.
|
||||
* Clarified some points in the documentation.
|
||||
* Clearer errors for ``utils.get_peer*``.
|
||||
|
||||
|
||||
Connection Overhaul (v1.4)
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.4.1'
|
||||
__version__ = '1.4.2'
|
||||
|
|
Loading…
Reference in New Issue
Block a user