We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cce8a commit 63d55bbCopy full SHA for 63d55bb
readthedocs/misc/changelog.rst
@@ -13,6 +13,22 @@ it can take advantage of new goodies!
13
14
.. contents:: List of All Versions
15
16
+New layer (v1.38)
17
+=================
18
+
19
++------------------------+
20
+| Scheme layer used: 193 |
21
22
23
+`View new and changed raw API methods <https://diff.telethon.dev/?from=188&to=193>`__.
24
25
+Bug fixes
26
+~~~~~~~~~
27
28
+* Formatting entities misbehaved with albums.
29
+* Sending a Message object with a file did not use the new file.
30
31
32
New layer (v1.37)
33
=================
34
telethon/version.py
@@ -1,3 +1,3 @@
1
# Versions should comply with PEP440.
2
# This line is parsed in setup.py:
3
-__version__ = '1.37.0'
+__version__ = '1.38.0'
0 commit comments