Skip to content

Commit d9ec016

Browse files
committed
add warning in changelog about significant updates in version supporting 3.14
1 parent 5621990 commit d9ec016

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/source/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
Change Log
33
==========
44

5-
v2.4.0 (2025-09-18)
5+
v2.4.0 (2025-09-21)
66
===================
77

88
* Implemented `Support Python 3.14, drop 3.8 support <https://github.com/bckohan/enum-properties/issues/97>`_
99

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+
1017

1118
v2.3.0 (2025-03-29)
1219
===================

0 commit comments

Comments
 (0)