From 4e4f41787d2b422375a36c2427756d88671f08e0 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Fri, 7 Mar 2025 00:43:40 +0200 Subject: [PATCH] Added changelog --- CHANGES/1592.misc.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CHANGES/1592.misc.rst diff --git a/CHANGES/1592.misc.rst b/CHANGES/1592.misc.rst new file mode 100644 index 00000000..dfbc0cb1 --- /dev/null +++ b/CHANGES/1592.misc.rst @@ -0,0 +1,5 @@ +Introduce Union types for streamlined type handling. + +Implemented Union types across various modules to consolidate and simplify type annotations. +This change replaces repetitive union declarations with reusable Union aliases, +improving code readability and maintainability.