Skip to content

Commit a5af20c

Browse files
committed
Fix CHANGES.txt order
1 parent 2b305f3 commit a5af20c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGES.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer suppo
99

1010
RELEASE VERSION/DATE TO BE FILLED IN LATER
1111

12+
From Raymond Li:
13+
- Fix issue #3935: OSErrors are now no longer hidden during execution of
14+
Actions. All exceptions during the execution of an Action are now
15+
returned by value rather than by raising an exception, for more
16+
consistent behavior.
17+
1218
From Mats Wichmann:
1319
- Updated Value Node docs and tests.
1420
- Python 3.13 compat: re.sub deprecated count, flags as positional args,
@@ -19,12 +25,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
1925
- Python 3.13 (alpha) changes the behavior of isabs() on Windows. Adjust
2026
SCons usage of in NodeInfo classes to match. Fixes #4502, #4504.
2127

22-
From Raymond Li:
23-
- Fix issue #3935: OSErrors are now no longer hidden during execution of
24-
Actions. All exceptions during the execution of an Action are now
25-
returned by value rather than by raising an exception, for more
26-
consistent behavior.
27-
2828

2929
RELEASE 4.7.0 - Sun, 17 Mar 2024 17:22:20 -0700
3030

0 commit comments

Comments
 (0)