From 3f57c69d4f1666bb76df04d557748673a7cf43c5 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 14 Aug 2022 19:54:28 +0300 Subject: [PATCH] Fixed changelog // 2 --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) 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 `_