From 9ce01c668a173ec6fcc5c725b86159c0c6c71487 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Wed, 30 Oct 2024 10:30:03 -0600 Subject: [PATCH] update --- Changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog b/Changelog index c9a581cd5..1ada36781 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ + since version 1.7.2 release + =========================== + * fix type hint for createEnumType (issue #1378) + * add python 3.13 to windows wheel builds (PR #1377) + version 1.7.2 (tag v1.7.2rel) ============================= * add static type hints (PRs #1302, #1349)