A little bit of change changelog categories
Some checks failed
Tests / tests (macos-latest, 3.10) (push) Has been cancelled
Tests / tests (macos-latest, 3.11) (push) Has been cancelled
Tests / tests (macos-latest, 3.12) (push) Has been cancelled
Tests / tests (macos-latest, 3.13) (push) Has been cancelled
Tests / tests (macos-latest, 3.9) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.9) (push) Has been cancelled
Tests / tests (windows-latest, 3.10) (push) Has been cancelled
Tests / tests (windows-latest, 3.11) (push) Has been cancelled
Tests / tests (windows-latest, 3.12) (push) Has been cancelled
Tests / tests (windows-latest, 3.13) (push) Has been cancelled
Tests / tests (windows-latest, 3.9) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.9) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.9) (push) Has been cancelled

This commit is contained in:
JRoot Junior 2025-02-16 22:45:56 +02:00
parent b6b0ee0497
commit e622ada2fc
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -44,8 +44,6 @@ Bugfixes
`#1628 <https://github.com/aiogram/aiogram/issues/1628>`_
- Fix the regex pattern that finds the "bad characters" for deeplink payload.
`#1630 <https://github.com/aiogram/aiogram/issues/1630>`_
- Fix small typo in the Scenes documentation
`#1640 <https://github.com/aiogram/aiogram/issues/1640>`_
Improved Documentation
@ -53,7 +51,8 @@ Improved Documentation
- Update :code:`data: Dict[Any, str]` to :code:`data: Dict[str, Any]`
`#1634 <https://github.com/aiogram/aiogram/issues/1634>`_
- Fix small typo in the Scenes documentation
`#1640 <https://github.com/aiogram/aiogram/issues/1640>`_
Misc
----