summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2016-11-11 06:33:13 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2016-11-11 06:33:13 (GMT)
commitcd856daadb0700fff703171f48b74dce60dc4279 (patch)
treefc6c722f00011d4bbb0e60a73096c55e48ce106b /src
parentee1e65643f7d01fade819726280518b2fb72c08e (diff)
downloadSCons-cd856daadb0700fff703171f48b74dce60dc4279.zip
SCons-cd856daadb0700fff703171f48b74dce60dc4279.tar.gz
SCons-cd856daadb0700fff703171f48b74dce60dc4279.tar.bz2
add changes to CHANGES.txt
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index a6f0f66..8d7aa28 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -13,6 +13,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
RELEASE VERSION/DATE TO BE FILLED IN LATER
+ From Daniel Moody:
+ - Fixed msvs.py for Visual Studio generated projects which were
+ creating invalid xml for greater than and less than symbols.
+
From Daniel Holth:
- Add basic support for PyPy (by deleting __slots__ from Node with a
metaclass on PyPy); wrap most-used open() calls in 'with' statements to