summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-10-02 14:16:00 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2015-10-02 14:16:00 (GMT)
commit080663ec198503579048f297f2a4c154d13d169d (patch)
treedafee752f89b12005c12e10797a54d7ebf0d55a7
parent11e4ab9d8e17b8bb5b33d7169d57de9d20b0c93e (diff)
downloadSCons-080663ec198503579048f297f2a4c154d13d169d.zip
SCons-080663ec198503579048f297f2a4c154d13d169d.tar.gz
SCons-080663ec198503579048f297f2a4c154d13d169d.tar.bz2
Add changelog for pull request #222
-rw-r--r--src/CHANGES.txt4
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)