Skip to content

Commit

Permalink
Update to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Dec 4, 2018
1 parent 50b77d8 commit 0b89d9d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions readthedocs/extra/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,41 @@ it can take advantage of new goodies!
.. contents:: List of All Versions


Error Descriptions in CSV files (v1.4.3)
========================================

*Published at 2018/12/04*

While this may seem like a minor thing, it's a big usability improvement.

Anyone who wants to update the documentation for known errors, or whether
some methods can be used as a bot, user or both, can now be easily edited.
Everyone is encouraged to help document this better!

Bug fixes
~~~~~~~~~

* ``TimeoutError`` was not handled during automatic reconnects.
* Getting messages by ID using :tl:`InputMessageReplyTo` could fail.
* Fixed `message.get_reply_message
<telethon.tl.custom.message.Message.get_reply_message>`
as a bot when a user replied to a different bot.
* Accessing some document properties in a `Message
<telethon.tl.custom.message.Message>` would fail.

Enhancements
~~~~~~~~~~~~

* Accessing `events.ChatAction <telethon.events.chataction.ChatAction>`
properties such as input users may now work in more cases.

Internal changes
~~~~~~~~~~~~~~~~

* Error descriptions and information about methods is now loaded
from a CSV file instead of being part of several messy JSON files.


Bug Fixes (v1.4.2)
==================

Expand Down
2 changes: 1 addition & 1 deletion telethon/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.4.2'
__version__ = '1.4.3'

0 comments on commit 0b89d9d

Please sign in to comment.