Skip to content

Commit b78cfe9

Browse files
committed
added reference to new arg 'subst' in the blurb in CHANGES.txt
1 parent bec6354 commit b78cfe9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
8686
updated in 4.6). All SCons usage except unit test was already fully
8787
consistent with a bool.
8888
- When a variable is added to a Variables object, it can now be flagged
89-
as "don't perform substitution". This allows variables to contain
90-
characters which would otherwise cause expansion. Fixes #4241.
89+
as "don't perform substitution" by setting the argument subst.
90+
This allows variables to contain characters which would otherwise
91+
cause expansion. Fixes #4241.
9192
- The test runner now recognizes the unittest module's return code of 5,
9293
which means no tests were run. SCons/Script/MainTests.py currently
9394
has no tests, so this particular error code is expected - should not

0 commit comments

Comments
 (0)