mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Bump to v1.32
This commit is contained in:
parent
b17e10af1d
commit
6ccd6b0a41
|
@ -13,6 +13,27 @@ it can take advantage of new goodies!
|
||||||
|
|
||||||
.. contents:: List of All Versions
|
.. contents:: List of All Versions
|
||||||
|
|
||||||
|
New layer (v1.32)
|
||||||
|
=================
|
||||||
|
|
||||||
|
+------------------------+
|
||||||
|
| Scheme layer used: 166 |
|
||||||
|
+------------------------+
|
||||||
|
|
||||||
|
`View new and changed raw API methods <https://diff.telethon.dev/?from=165&to=166>`__.
|
||||||
|
|
||||||
|
This enables you to use custom languages in preformatted blocks using HTML:
|
||||||
|
|
||||||
|
.. code-block:: html
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
<code class='language-python'>from telethon import TelegramClient</code>
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
Note that Telethon v1's markdown is a custom format and won't support language tags.
|
||||||
|
If you want to set a custom language, you have to use HTML or a custom formatter.
|
||||||
|
|
||||||
|
|
||||||
Dropped imghdr support (v1.31)
|
Dropped imghdr support (v1.31)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Versions should comply with PEP440.
|
# Versions should comply with PEP440.
|
||||||
# This line is parsed in setup.py:
|
# This line is parsed in setup.py:
|
||||||
__version__ = '1.31.1'
|
__version__ = '1.32.0'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user