diff --git a/CHANGES/894.feature.rst b/CHANGES/894.feature.rst new file mode 100644 index 00000000..f89f4e07 --- /dev/null +++ b/CHANGES/894.feature.rst @@ -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')