diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-10-02 14:16:00 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-10-02 14:16:00 (GMT) |
commit | 080663ec198503579048f297f2a4c154d13d169d (patch) | |
tree | dafee752f89b12005c12e10797a54d7ebf0d55a7 | |
parent | 11e4ab9d8e17b8bb5b33d7169d57de9d20b0c93e (diff) | |
download | SCons-080663ec198503579048f297f2a4c154d13d169d.zip SCons-080663ec198503579048f297f2a4c154d13d169d.tar.gz SCons-080663ec198503579048f297f2a4c154d13d169d.tar.bz2 |
Add changelog for pull request #222
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 5c2d8d3..e67de21 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -26,6 +26,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER actions not throwing hard error. Instead SCons was incorrectly issuing a warning and continuing. + From Hiroaki Itoh : + - Add support `Microsoft Visual C++ Compiler for Python 2.7' + Compiler can be obtained at: https://www.microsoft.com/en-us/download/details.aspx?id=44266 + From Florian Miedniak: - Fixed tigris issue #3011: Glob() excludes didn't work when used with VariantDir(duplicate=0) |