diff options
author | Daniel Moody <dmoody256@gmail.com> | 2016-11-11 06:33:13 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2016-11-11 06:33:13 (GMT) |
commit | cd856daadb0700fff703171f48b74dce60dc4279 (patch) | |
tree | fc6c722f00011d4bbb0e60a73096c55e48ce106b /src | |
parent | ee1e65643f7d01fade819726280518b2fb72c08e (diff) | |
download | SCons-cd856daadb0700fff703171f48b74dce60dc4279.zip SCons-cd856daadb0700fff703171f48b74dce60dc4279.tar.gz SCons-cd856daadb0700fff703171f48b74dce60dc4279.tar.bz2 |
add changes to CHANGES.txt
Diffstat (limited to 'src')
-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 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 |