diff --git a/CHANGES/1538.misc.rst b/CHANGES/1538.misc.rst deleted file mode 100644 index ef08ed8f..00000000 --- a/CHANGES/1538.misc.rst +++ /dev/null @@ -1,3 +0,0 @@ -Added method :func:`aiogram.types.message.Message.as_reply_parameters`. -Replaced usage of the argument :code:`reply_to_message_id` with :code:`reply_parameters` -in all Message reply methods. diff --git a/CHANGES/1546.bugfix.rst b/CHANGES/1546.bugfix.rst new file mode 100644 index 00000000..a98d5904 --- /dev/null +++ b/CHANGES/1546.bugfix.rst @@ -0,0 +1 @@ +Fixed URL path in the "Open" button at the "demo/sendMessage" endpoint in the web_app example.