diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-04-10 21:08:32 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-05-25 19:42:45 (GMT) |
commit | 56471eea9278a5e1bfb92a5214e8c99d2c939a35 (patch) | |
tree | 5232c05e395174cb6bfa29790c637d6118835557 /src | |
parent | 3dc6c4e24ec1ed72a386aeb9a791cb67db46a7c2 (diff) | |
download | SCons-56471eea9278a5e1bfb92a5214e8c99d2c939a35.zip SCons-56471eea9278a5e1bfb92a5214e8c99d2c939a35.tar.gz SCons-56471eea9278a5e1bfb92a5214e8c99d2c939a35.tar.bz2 |
updated CHANGES.txt
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index f9cb5c4..58dc6df 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -19,6 +19,8 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - Fixed handling of side-effects in task master (fixes #3013). From Daniel Moody: + - Add common location for default paths for cygwin and mingw in Platform modules + - Updated YACC tool to work on windows with Cygwin/MinGW setups - Set the pickling protocal back to highest which was causing issues with variant dir tests. This will cause issues if reading sconsigns pickled with the previous lower protocal. |