Bump to v1.12.0

This commit is contained in:
Lonami Exo 2020-04-20 15:12:00 +02:00
parent 01cf4967a5
commit 67a9718f9e
2 changed files with 31 additions and 1 deletions

View File

@ -13,6 +13,36 @@ it can take advantage of new goodies!
.. contents:: List of All Versions
Bug Fixes (v1.12)
=================
*Published at 2020/04/20*
+------------------------+
| Scheme layer used: 111 |
+------------------------+
Once again nothing major, but a few bug fixes and primarily the new layer
deserves a new minor release.
Bug fixes
~~~~~~~~~
These were already included in the ``v1.11.3`` patch:
* ``libssl`` check was failing on macOS.
* Getting input users would sometimes fail on `events.ChatAction
<telethon.events.chataction.ChatAction>`.
These bug fixes are available in this release and beyond:
* Avoid another occurrence of `MemoryError`.
* Sending large files in albums would fail because it tried to cache them.
* The ``thumb`` was being ignored when sending files from :tl:`InputFile`.
* Fixed editing inline messages from callback queries in some cases.
* Proxy connection is now blocking which should help avoid some errors.
Bug Fixes (v1.11)
=================

View File

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