mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added changelog
This commit is contained in:
parent
03bda399df
commit
3b984e703a
1 changed files with 7 additions and 0 deletions
7
CHANGES/894.feature.rst
Normal file
7
CHANGES/894.feature.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
Added possibility to combine filters or invert result
|
||||||
|
|
||||||
|
Example:
|
||||||
|
.. code-block:: python
|
||||||
|
Text(text="demo") | Command(commands=["demo"])
|
||||||
|
MyFilter() & AnotherFilter()
|
||||||
|
~StateFilter(state='my-state')
|
||||||
Loading…
Add table
Add a link
Reference in a new issue