diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-02-05 17:08:40 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-02-05 17:08:40 (GMT) |
commit | 441732b3b9fe8d2a47e8778c512b1c47d276fcfb (patch) | |
tree | da9724f0ee23691211d49cd4d0e5d275f2e925b2 /src/CHANGES.txt | |
parent | 7d13ff596f902601b844cc3ab43265c81a148657 (diff) | |
download | SCons-441732b3b9fe8d2a47e8778c512b1c47d276fcfb.zip SCons-441732b3b9fe8d2a47e8778c512b1c47d276fcfb.tar.gz SCons-441732b3b9fe8d2a47e8778c512b1c47d276fcfb.tar.bz2 |
[ci skip] update bugfix description
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-x | src/CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index bea98d1..8bdafe7 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -18,7 +18,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Daniel Moody: - Change the default for AppendENVPath to delete_existing=0, so path order will not be changed, unless explicitly set (Issue #3276) - - fix bug where no msvc's are found and an empty list is indexed + - Fixed bug which threw error when running SCons on windows system with no MSVC installed. From Mats Wichmann: - Quiet open file ResourceWarnings on Python >= 3.6 caused by |