From 39fc5c5fefa300e129e33b7f7165b0e60df4192d Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Fri, 2 Feb 2024 18:23:52 +0100 Subject: [PATCH] Update changelog --- readthedocs/misc/changelog.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/readthedocs/misc/changelog.rst b/readthedocs/misc/changelog.rst index f2d279e9..93d562a7 100644 --- a/readthedocs/misc/changelog.rst +++ b/readthedocs/misc/changelog.rst @@ -13,6 +13,28 @@ it can take advantage of new goodies! .. contents:: List of All Versions +New layer (v1.34) +================= + ++------------------------+ +| Scheme layer used: 173 | ++------------------------+ + +`View new and changed raw API methods `__. + +Additions +~~~~~~~~~~~~ + +* ``reply_to_chat`` and ``reply_to_sender`` are now in ``Message``. + This is useful when you lack access to the chat, but Telegram still included some basic information. + +Bug fixes +~~~~~~~~~ + +* ``parse_mode`` with a custom instance containing both ``parse`` and ``unparse`` should now work. +* Parsing and unparsing message entities should now behave better in certain corner-cases. + + New layer (v1.33) =================