Skip to content

Commit

Permalink
add 1.7 changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Oct 2, 2023
1 parent 58d8e4c commit 7845768
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Change Log
==========

v1.7.0
======
* Implemented `Add a StrEnumProperties type to match StrEnum. <https://github.com/bckohan/enum-properties/issues/54>`_
* Fixed `Hash equivalency between values and enums is broken. <https://github.com/bckohan/enum-properties/issues/53>`_
* Implemented `Test mixed primitive type values. <https://github.com/bckohan/enum-properties/issues/46>`_

v1.6.0
======
* Implemented `Support dataclasses in enums along with Python 3.12 <https://github.com/bckohan/enum-properties/issues/52>`_
Expand Down

0 comments on commit 7845768

Please sign in to comment.