Small changes in the changelog

This commit is contained in:
Alex Root Junior 2023-07-17 02:56:35 +03:00
parent c9d5b37d5c
commit 6044a73e55
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
11 changed files with 12 additions and 12 deletions

View file

@ -1 +1 @@
Changed small grammar typos for `upload_file`
Changed small grammar typos for :code:`upload_file`

View file

@ -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.

View file

@ -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`).

View file

@ -1 +1 @@
If router does not support custom event it does not break and passes it to included routers
If router does not support custom event it does not break and passes it to included routers

View file

@ -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.

View file

@ -1 +0,0 @@
Added missing FORUM_TOPIC_EDITED value to content_type property

1
CHANGES/1160.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Added missing :code:`FORUM_TOPIC_EDITED` value to content_type property

View file

@ -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`

View file

@ -1 +1 @@
Added X-Telegram-Bot-Api-Secret-Token header check
Added :code:`X-Telegram-Bot-Api-Secret-Token` header check

View file

@ -1 +1 @@
Added possibility to pass custom headers to URLInputFile object
Added possibility to pass custom headers to :class:`URLInputFile` object

View file

@ -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