File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22Changes
33=======
44
5+ **2018-09-01 **
6+ *Released 11.1.0 *
7+
8+ Fixes and updates for Telegram Passport: (`#1198 `_)
9+
10+ - Fix passport decryption failing at random times
11+ - Added support for middle names.
12+ - Added support for translations for documents
13+ - Add errors for translations for documents
14+ - Added support for requesting names in the language of the user's country of residence
15+ - Replaced the payload parameter with the new parameter nonce
16+ - Add hash to EncryptedPassportElement
17+
18+ .. _`#1198` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1198
19+
520**2018-08-29 **
621*Released 11.0.0 *
722
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ make the development of bots easy and straightforward. These classes are contain
9595Telegram API support
9696====================
9797
98- All types and methods of the Telegram Bot API **4.0 ** are supported.
98+ All types and methods of the Telegram Bot API **4.1 ** are supported.
9999
100100==========
101101Installing
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '11.0 ' # telegram.__version__[:3]
61+ version = '11.1 ' # telegram.__version__[:3]
6262# The full version, including alpha/beta/rc tags.
63- release = '11.0 .0' # telegram.__version__
63+ release = '11.1 .0' # telegram.__version__
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 1717# You should have received a copy of the GNU Lesser Public License
1818# along with this program. If not, see [http://www.gnu.org/licenses/].
1919
20- __version__ = '11.0 .0'
20+ __version__ = '11.1 .0'
You can’t perform that action at this time.
0 commit comments