Skip to content

Commit 606f6c2

Browse files
committed
Prefix with NOTE
1 parent 475af8a commit 606f6c2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGES.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
1313
- Fix issue #3935: OSErrors are now no longer hidden during execution of
1414
Actions. All exceptions during the execution of an Action are now
1515
returned by value rather than by raising an exception, for more
16-
consistent behavior. With this change, user created Actions should now
17-
catch and handle expected exceptions (whereas previously many of these
18-
were silently caught and suppressed by the SCons Action exection code).
16+
consistent behavior.
17+
NOTE: With this change, user created Actions should now catch and handle
18+
expected exceptions (whereas previously many of these were silently
19+
caught and suppressed by the SCons Action exection code).
1920

2021
From Mats Wichmann:
2122
- Updated Value Node docs and tests.

RELEASE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
3232
- Python 3.13 changes the behavior of isabs() on Windows. Adjust SCons
3333
usage of this in NodeInfo classes to avoid test problems.
3434
- All exceptions during the execution of an Action are now returned by value
35-
rather than by raising an exception, for more consistent behavior. With this
36-
change, user created Actions should now catch and handle expected exceptions
37-
(whereas previously many of these were silently caught and suppressed by the
38-
SCons Action exection code).
35+
rather than by raising an exception, for more consistent behavior.
36+
NOTE: With this change, user created Actions should now catch and handle
37+
expected exceptions (whereas previously many of these were silently caught
38+
and suppressed by the SCons Action exection code).
3939

4040
FIXES
4141
-----

0 commit comments

Comments
 (0)