From 7845768e0ec6f9a188d4f78590f6f1cfae463bcf Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Mon, 2 Oct 2023 11:49:26 -0700 Subject: [PATCH] add 1.7 changelog entries --- doc/source/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index b3a222c..157cd64 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -2,6 +2,12 @@ Change Log ========== +v1.7.0 +====== +* Implemented `Add a StrEnumProperties type to match StrEnum. `_ +* Fixed `Hash equivalency between values and enums is broken. `_ +* Implemented `Test mixed primitive type values. `_ + v1.6.0 ====== * Implemented `Support dataclasses in enums along with Python 3.12 `_