mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +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:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
Text(text="demo") | Command(commands=["demo"])
|
||||
MyFilter() & AnotherFilter()
|
||||
~StateFilter(state='my-state')
|
||||
|
||||
`#894 <https://github.com/aiogram/aiogram/issues/894>`_
|
||||
- Fixed type hints for redis TTL params.
|
||||
`#922 <https://github.com/aiogram/aiogram/issues/922>`_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue