summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-xCHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ee1139a..a9006a5 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -184,6 +184,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
that link has been modified (issue #3880)
- Modernize a few tests that use now-deprecated unittest.getTestCaseNames
and unittest.makeSuite - Python itself suggests the replacements.
+ - SCons.Tool.find_program_path now takes an optional add_path argument
+ to add a path to the execution environment if it was discovered in
+ default_paths. Previously, the routine, called by many tool modules,
+ never altered the execution environment, leaving it to the tools.
From Zhichang Yu:
- Added MSVC_USE_SCRIPT_ARGS variable to pass arguments to MSVC_USE_SCRIPT.