Merge branch 'dev-3.x' into scenes

# Conflicts:
#	tests/test_dispatcher/test_event/test_handler.py
This commit is contained in:
JRoot Junior 2023-11-16 22:55:36 +02:00
commit 82f1c8a418
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
20 changed files with 214 additions and 126 deletions

View file

@ -53,7 +53,7 @@ Class based session middleware
.. note::
this middlewware is already implemented inside aiogram, so, if you want to use it you can
this middleware is already implemented inside aiogram, so, if you want to use it you can
just import it :code:`from aiogram.client.session.middlewares.request_logging import RequestLogging`