mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed changelog // 2
This commit is contained in:
parent
35533c57f1
commit
3f57c69d4f
1 changed files with 2 additions and 0 deletions
|
|
@ -29,9 +29,11 @@ Features
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
Text(text="demo") | Command(commands=["demo"])
|
Text(text="demo") | Command(commands=["demo"])
|
||||||
MyFilter() & AnotherFilter()
|
MyFilter() & AnotherFilter()
|
||||||
~StateFilter(state='my-state')
|
~StateFilter(state='my-state')
|
||||||
|
|
||||||
`#894 <https://github.com/aiogram/aiogram/issues/894>`_
|
`#894 <https://github.com/aiogram/aiogram/issues/894>`_
|
||||||
- Fixed type hints for redis TTL params.
|
- Fixed type hints for redis TTL params.
|
||||||
`#922 <https://github.com/aiogram/aiogram/issues/922>`_
|
`#922 <https://github.com/aiogram/aiogram/issues/922>`_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue