File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 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!
1313
1414.. contents :: List of All Versions
1515
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+
1642New layer (v1.36)
1743=================
1844
Original file line number Diff line number Diff line change 11# Versions should comply with PEP440.
22# 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