Skip to content

Commit 9618c6d

Browse files
committed
added blurb to RELEASE.txt
1 parent 61699e5 commit 9618c6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
3131
json output is also sorted, to match the default display.
3232
- Python 3.13 changes the behavior of isabs() on Windows. Adjust SCons
3333
usage of this in NodeInfo classes to avoid test problems.
34+
- Drop duplicated __getstate__ and __setstate__ methods in AliasNodeInfo,
35+
FileNodeInfo and ValueNodeInfo classes, as they are identical to the
36+
ones in parent NodeInfoBase and can just be inherited.
37+
3438

3539
FIXES
3640
-----

0 commit comments

Comments
 (0)