summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index aab73b4..db52cf0 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Whatever John Doe did.
+ 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
+ avoid too many open files.
+ - Add __main__.py for `python -m SCons` in case it is on PYTHONPATH.
From Paweł Tomulik:
- Fixed the issue with LDMODULEVERSIONFLAGS reported by Tim Jennes