mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Small changes in the changelog
This commit is contained in:
parent
c9d5b37d5c
commit
6044a73e55
11 changed files with 12 additions and 12 deletions
|
|
@ -1 +1 @@
|
||||||
Changed small grammar typos for `upload_file`
|
Changed small grammar typos for :code:`upload_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.
|
reworked internal request builder mechanism.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Change type of result in InlineQueryResult enum for `InlineQueryResultCachedMpeg4Gif`
|
Change type of result in InlineQueryResult enum for :code:`InlineQueryResultCachedMpeg4Gif`
|
||||||
and `InlineQueryResultMpeg4Gif` to more correct according to documentation.
|
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`).
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Added missing FORUM_TOPIC_EDITED value to content_type property
|
|
||||||
1
CHANGES/1160.bugfix.rst
Normal file
1
CHANGES/1160.bugfix.rst
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Added missing :code:`FORUM_TOPIC_EDITED` value to content_type property
|
||||||
|
|
@ -14,4 +14,4 @@ The strategy can be changed in dispatcher:
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
If you have implemented you own storages you should extend record key generation
|
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`
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Added X-Telegram-Bot-Api-Secret-Token header check
|
Added :code:`X-Telegram-Bot-Api-Secret-Token` header check
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Added possibility to pass custom headers to URLInputFile object
|
Added possibility to pass custom headers to :class:`URLInputFile` object
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Updated magic-filter with new features
|
Updated magic-filter with new features
|
||||||
|
|
||||||
- Added hint for len(F) error
|
- Added hint for :code:`len(F)` error
|
||||||
- Added not in operation
|
- Added not in operation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue