diff --git a/readthedocs/misc/changelog.rst b/readthedocs/misc/changelog.rst index 564effdd..951cf2e0 100644 --- a/readthedocs/misc/changelog.rst +++ b/readthedocs/misc/changelog.rst @@ -13,6 +13,29 @@ it can take advantage of new goodies! .. contents:: List of All Versions +New schema and bug fixes (v1.23) +================================ + ++------------------------+ +| Scheme layer used: 130 | ++------------------------+ + +`View new and changed raw API methods `__. + +Enhancements +~~~~~~~~~~~~ + +* `client.pin_message() ` + can now pin on a single side in PMs. +* Iterating participants should now be less expensive floodwait-wise. + +Bug fixes +~~~~~~~~~ + +* The QR login URL was being encoded incorrectly. +* ``force_document`` was being ignored in inline queries for document. +* ``manage_call`` permission was accidentally set to ``True`` by default. + New schema and bug fixes (v1.22) ================================ diff --git a/telethon/version.py b/telethon/version.py index 1b916db8..ab80aa1b 100644 --- a/telethon/version.py +++ b/telethon/version.py @@ -1,3 +1,3 @@ # Versions should comply with PEP440. # This line is parsed in setup.py: -__version__ = '1.22.0' +__version__ = '1.23.0'