Skip to content

Commit 2b305f3

Browse files
committed
Update CHANGELOG/RELEASE
1 parent b1576dd commit 2b305f3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer suppo
1010
RELEASE VERSION/DATE TO BE FILLED IN LATER
1111

1212
From Mats Wichmann:
13-
1413
- Updated Value Node docs and tests.
1514
- Python 3.13 compat: re.sub deprecated count, flags as positional args,
1615
caused update-release-info test to fail.
@@ -20,6 +19,12 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
2019
- Python 3.13 (alpha) changes the behavior of isabs() on Windows. Adjust
2120
SCons usage of in NodeInfo classes to match. Fixes #4502, #4504.
2221

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

2429
RELEASE 4.7.0 - Sun, 17 Mar 2024 17:22:20 -0700
2530

RELEASE.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ 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+
- All exceptions during the execution of an Action are now returned by value
35+
rather than by raising an exception, for more consistent behavior.
3436

3537
FIXES
3638
-----
3739

38-
- List fixes of outright bugs
40+
- OSErrors are now no longer hidden during the execution of Actions.
3941

4042
IMPROVEMENTS
4143
------------

0 commit comments

Comments
 (0)