aiogram/CHANGES
Aleksandr 8d2bf20fb8
Added missing FORUM_TOPIC_EDITED value to content_type property (#1160)
* Added missing FORUM_TOPIC_EDITED value to content_type property

* Added changelog to CHANGES

* Fixed aiogram/filters/magic_data.py:21:41: C416 Unnecessary `dict` comprehension (rewrite using `dict()`)

* Resolve  #1155: Different signature of startup/shutdown events on polling and webhooks  (#1156)

* Code refactor
- Use 'or' istead of 'A if A else B'
- Raise new error from catched error: raise Error from e

* Fixed signature of startup/shutdown events
- Include the **dispatcher.workflow_data as the handler arguments

* Update deep_linking basic examples (#1151)

* skip if current router does not have observer for custom event (#1147)

* skip if current router does not have observer for custom event

* Test custom event in router

* Feature changelog file

* fix style

* Change `InlineQueryResultType.MPEG` to more correct (#1146)

* Change `InlineQueryResultType.MPEG` to `InlineQueryResultType.MPEG4GIF`

* Change regexp for parse entities

* Use code generator to fix types

* Add changelog

* fix(docs): fix wrong page link in docs (#1154)

* storage cleanup (#1144)

* storage cleanup

* storage cleanup

* Update API docs

* Added tests

* Fix tests

---------

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
Co-authored-by: Łukasz Tshipenchko <dev@zxc.sx>
Co-authored-by: Max Kotsiuruba <81016938+A5KET@users.noreply.github.com>
Co-authored-by: Andrey Tikhonov <andrey.tikhonov@quantori.com>
Co-authored-by: Desiders <47452083+Desiders@users.noreply.github.com>
Co-authored-by: Daniil <hum4noid@yandex.ru>
Co-authored-by: RootShinobi <111008396+RootShinobi@users.noreply.github.com>
2023-04-16 22:41:49 +03:00
..
.template.rst.jinja2 Update towncrier config 2021-08-03 23:50:10 +03:00
1133.doc.rst Update upload_file.rst | tiny grammar typos (#1133) 2023-02-25 17:51:54 +02:00
1139.misc.rst Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
1142.misc.rst Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
1144.misc.rst storage cleanup (#1144) 2023-04-08 18:01:11 +03:00
1146.bugfix.rst Change InlineQueryResultType.MPEG to more correct (#1146) 2023-04-08 17:41:00 +03:00
1147.feature skip if current router does not have observer for custom event (#1147) 2023-04-08 17:39:48 +03:00
1155.bugfix.rst Resolve #1155: Different signature of startup/shutdown events on polling and webhooks (#1156) 2023-04-08 17:38:11 +03:00
1160.bugfix Added missing FORUM_TOPIC_EDITED value to content_type property (#1160) 2023-04-16 22:41:49 +03:00