diff --git a/CHANGES.rst b/CHANGES.rst index ab8c2e01..067fcc89 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,6 +27,7 @@ Features - Added possibility to combine filters or invert result Example: + .. code-block:: python Text(text="demo") | Command(commands=["demo"]) MyFilter() & AnotherFilter()