diff --git a/CHANGES.rst b/CHANGES.rst index 067fcc89..21bf10fb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -29,9 +29,11 @@ Features Example: .. code-block:: python + Text(text="demo") | Command(commands=["demo"]) MyFilter() & AnotherFilter() ~StateFilter(state='my-state') + `#894 `_ - Fixed type hints for redis TTL params. `#922 `_