From 6044a73e552fbcba8e977cde2f724a9fbaaa25bf Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 17 Jul 2023 02:56:35 +0300 Subject: [PATCH] Small changes in the changelog --- CHANGES/1133.doc.rst | 2 +- CHANGES/1142.misc.rst | 2 +- CHANGES/1146.bugfix.rst | 6 +++--- CHANGES/{1147.feature => 1147.feature.rst} | 2 +- CHANGES/1155.bugfix.rst | 2 +- CHANGES/1160.bugfix | 1 - CHANGES/1160.bugfix.rst | 1 + CHANGES/1161.feature.rst | 2 +- CHANGES/1173.feature.rst | 2 +- CHANGES/1191.feature.rst | 2 +- CHANGES/1221.misc.rst | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) rename CHANGES/{1147.feature => 1147.feature.rst} (69%) delete mode 100644 CHANGES/1160.bugfix create mode 100644 CHANGES/1160.bugfix.rst diff --git a/CHANGES/1133.doc.rst b/CHANGES/1133.doc.rst index a5ab681d..247f0c66 100644 --- a/CHANGES/1133.doc.rst +++ b/CHANGES/1133.doc.rst @@ -1 +1 @@ -Changed small grammar typos for `upload_file` +Changed small grammar typos for :code:`upload_file` diff --git a/CHANGES/1142.misc.rst b/CHANGES/1142.misc.rst index c17fb588..01e3ee72 100644 --- a/CHANGES/1142.misc.rst +++ b/CHANGES/1142.misc.rst @@ -1,2 +1,2 @@ -Added global defaults `disable_web_page_preview` and `protect_content` in addition to `parse_mode` to the Bot instance, +Added global defaults :code:`disable_web_page_preview` and :code:`protect_content` in addition to :code:`parse_mode` to the Bot instance, reworked internal request builder mechanism. diff --git a/CHANGES/1146.bugfix.rst b/CHANGES/1146.bugfix.rst index fbe88e4c..736df86d 100644 --- a/CHANGES/1146.bugfix.rst +++ b/CHANGES/1146.bugfix.rst @@ -1,4 +1,4 @@ -Change type of result in InlineQueryResult enum for `InlineQueryResultCachedMpeg4Gif` -and `InlineQueryResultMpeg4Gif` to more correct according to documentation. +Change type of result in InlineQueryResult enum for :code:`InlineQueryResultCachedMpeg4Gif` +and :code:`InlineQueryResultMpeg4Gif` to more correct according to documentation. -Change regexp for entities parsing to more correct (`InlineQueryResultType.yml`). +Change regexp for entities parsing to more correct (:code:`InlineQueryResultType.yml`). diff --git a/CHANGES/1147.feature b/CHANGES/1147.feature.rst similarity index 69% rename from CHANGES/1147.feature rename to CHANGES/1147.feature.rst index fa34e703..81cf8173 100644 --- a/CHANGES/1147.feature +++ b/CHANGES/1147.feature.rst @@ -1 +1 @@ -If router does not support custom event it does not break and passes it to included routers \ No newline at end of file +If router does not support custom event it does not break and passes it to included routers diff --git a/CHANGES/1155.bugfix.rst b/CHANGES/1155.bugfix.rst index 753ffc96..8d264dcf 100644 --- a/CHANGES/1155.bugfix.rst +++ b/CHANGES/1155.bugfix.rst @@ -1 +1 @@ -Fixed signature of startup/shutdown events to include the **dispatcher.workflow_data as the handler arguments. +Fixed signature of startup/shutdown events to include the :code:`**dispatcher.workflow_data` as the handler arguments. diff --git a/CHANGES/1160.bugfix b/CHANGES/1160.bugfix deleted file mode 100644 index 68e82835..00000000 --- a/CHANGES/1160.bugfix +++ /dev/null @@ -1 +0,0 @@ -Added missing FORUM_TOPIC_EDITED value to content_type property diff --git a/CHANGES/1160.bugfix.rst b/CHANGES/1160.bugfix.rst new file mode 100644 index 00000000..6c5fa45b --- /dev/null +++ b/CHANGES/1160.bugfix.rst @@ -0,0 +1 @@ +Added missing :code:`FORUM_TOPIC_EDITED` value to content_type property diff --git a/CHANGES/1161.feature.rst b/CHANGES/1161.feature.rst index 5a1e5927..e19a1125 100644 --- a/CHANGES/1161.feature.rst +++ b/CHANGES/1161.feature.rst @@ -14,4 +14,4 @@ The strategy can be changed in dispatcher: .. note:: If you have implemented you own storages you should extend record key generation - with new one attribute - `thread_id` + with new one attribute - :code:`thread_id` diff --git a/CHANGES/1173.feature.rst b/CHANGES/1173.feature.rst index 5a0f4d0c..03ee7422 100644 --- a/CHANGES/1173.feature.rst +++ b/CHANGES/1173.feature.rst @@ -1 +1 @@ -Added X-Telegram-Bot-Api-Secret-Token header check +Added :code:`X-Telegram-Bot-Api-Secret-Token` header check diff --git a/CHANGES/1191.feature.rst b/CHANGES/1191.feature.rst index 5bf184f0..2fb3bb1f 100644 --- a/CHANGES/1191.feature.rst +++ b/CHANGES/1191.feature.rst @@ -1 +1 @@ -Added possibility to pass custom headers to URLInputFile object +Added possibility to pass custom headers to :class:`URLInputFile` object diff --git a/CHANGES/1221.misc.rst b/CHANGES/1221.misc.rst index 8f591f9f..583ae46a 100644 --- a/CHANGES/1221.misc.rst +++ b/CHANGES/1221.misc.rst @@ -1,4 +1,4 @@ Updated magic-filter with new features -- Added hint for len(F) error +- Added hint for :code:`len(F)` error - Added not in operation