Skip to content

Commit 0fe8822

Browse files
committed
fix some spelling issues and add blurb to RELEASE
1 parent d01c21a commit 0fe8822

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
9595
cause runtest to give up with an "unknown error code".
9696
- Updated the notes about reproducible builds with SCons and the example.
9797
- The Clone() method now respects the variables argument (fixes #3590)
98-
- is_valid_construction_var (not past of the public API) moved from
99-
Environment.py to Util to avoid the chance of import loops. Variables
98+
- is_valid_construction_var() (not part of the public API) moved from
99+
SCons.Environment to SCons.Util to avoid the chance of import loops. Variables
100100
and Environment both use the routine and Environment() uses a Variables()
101-
object so better to move to a safter location.
101+
object so better to move to a safer location.
102102

103103

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

RELEASE.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ DEVELOPMENT
107107
which means no tests were run. SCons/Script/MainTests.py currently
108108
has no tests, so this particular error code is expected - should not
109109
cause runtest to give up with an "unknown error code".
110-
110+
- is_valid_construction_var() (not part of the public API) moved from
111+
SCons.Environment to SCons.Util to avoid the chance of import loops. Variables
112+
and Environment both use the routine and Environment() uses a Variables()
113+
object so better to move to a safer location.
111114

112115
Thanks to the following contributors listed below for their contributions to this release.
113116
==========================================================================================

0 commit comments

Comments
 (0)