Added changelog

This commit is contained in:
Alex Root Junior 2022-04-24 04:15:02 +03:00
parent 03bda399df
commit 3b984e703a
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

7
CHANGES/894.feature.rst Normal file
View 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')