From e622ada2fcbe9f85fd91b1ac0926ff0d3f6fd06d Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sun, 16 Feb 2025 22:45:56 +0200 Subject: [PATCH] A little bit of change changelog categories --- CHANGES.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2ce74894..75c3628e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -44,8 +44,6 @@ Bugfixes `#1628 `_ - Fix the regex pattern that finds the "bad characters" for deeplink payload. `#1630 `_ -- Fix small typo in the Scenes documentation - `#1640 `_ Improved Documentation @@ -53,7 +51,8 @@ Improved Documentation - Update :code:`data: Dict[Any, str]` to :code:`data: Dict[str, Any]` `#1634 `_ - +- Fix small typo in the Scenes documentation + `#1640 `_ Misc ----