We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5621990 commit d9ec016Copy full SHA for d9ec016
doc/source/changelog.rst
@@ -2,11 +2,18 @@
2
Change Log
3
==========
4
5
-v2.4.0 (2025-09-18)
+v2.4.0 (2025-09-21)
6
===================
7
8
* Implemented `Support Python 3.14, drop 3.8 support <https://github.com/bckohan/enum-properties/issues/97>`_
9
10
+.. warning::
11
+
12
+ Python 3.14 lazily loads type annotations when they are accessed. Since annotations are used to
13
+ define the properties a significant re-ordering of class creation is required on Python 3.14+.
14
+ All tests are passing and this version should be interface compatible with all previous
15
+ versions. However, if you encounter any issues please report them.
16
17
18
v2.3.0 (2025-03-29)
19
0 commit comments