diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-03-12 03:35:46 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-03-12 03:35:46 (GMT) |
commit | ac3962931843e52e59c93ce19b4d2b320b1f4e9f (patch) | |
tree | 02c35f04719f1829458564466370fc284eec2563 /src | |
parent | c9d50a23d164c7e1ca2addad5f7be33083620507 (diff) | |
download | SCons-ac3962931843e52e59c93ce19b4d2b320b1f4e9f.zip SCons-ac3962931843e52e59c93ce19b4d2b320b1f4e9f.tar.gz SCons-ac3962931843e52e59c93ce19b4d2b320b1f4e9f.tar.bz2 |
[skip ci] Add info to CHANGES.txt
Diffstat (limited to 'src')
-rwxr-xr-x | src/CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 6d8125f..3c19dd6 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -17,6 +17,7 @@ RELEASE 3.0.5.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - Fix Issue #3303 - Handle --config=force overwriting the Environment passed into Configure()'s Decider and not clearing it when the configure context is completed. - Add default paths for yacc tool on windows to include cygwin, mingw, and chocolatey + - Fix issue #2799 - Fix mingw tool to respect SHCCCOMSTR, SHLINKCOMSTR and LDMODULECOMSTR From Daniel Moody: - Change the default for AppendENVPath to delete_existing=0, so path |