File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,32 @@ it can take advantage of new goodies!
13
13
14
14
.. contents :: List of All Versions
15
15
16
+ New layer (v1.37)
17
+ =================
18
+
19
+ +------------------------+
20
+ | Scheme layer used: 188 |
21
+ +------------------------+
22
+
23
+ `View new and changed raw API methods <https://diff.telethon.dev/?from=181&to=188 >`__.
24
+
25
+ Additions
26
+ ~~~~~~~~~
27
+
28
+ * Support for CDN downloads should be back. Telethon still prefers no CDN by default.
29
+
30
+ Enhancements
31
+ ~~~~~~~~~~~~
32
+
33
+ * ``FloodWaitPremium `` should now be handled like any other floodwaits.
34
+
35
+ Bug fixes
36
+ ~~~~~~~~~
37
+
38
+ * Fixed edge-case when using ``get_messages(..., reverse=True) ``.
39
+ * ``ConnectionError `` when using proxies should be raised properly.
40
+
41
+
16
42
New layer (v1.36)
17
43
=================
18
44
Original file line number Diff line number Diff line change 1
1
# Versions should comply with PEP440.
2
2
# This line is parsed in setup.py:
3
- __version__ = '1.36 .0'
3
+ __version__ = '1.37 .0'
You can’t perform that action at this time.
0 commit comments