diff options
author | Daniel Holth <dholth@fastmail.fm> | 2016-06-21 01:06:22 (GMT) |
---|---|---|
committer | Daniel Holth <dholth@fastmail.fm> | 2016-06-21 01:06:22 (GMT) |
commit | b10a8e66e04ed191b27c8d7d33040deabe255714 (patch) | |
tree | a94de526583a09dc59a6b81a09251cc8e90c66a6 | |
parent | ccf62abac7be516e2947f5badb6bc86021159772 (diff) | |
download | SCons-b10a8e66e04ed191b27c8d7d33040deabe255714.zip SCons-b10a8e66e04ed191b27c8d7d33040deabe255714.tar.gz SCons-b10a8e66e04ed191b27c8d7d33040deabe255714.tar.bz2 |
CHANGES.txt edited
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index db52cf0..4cf2100 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -15,7 +15,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER 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. - + - Always use highest available pickle protocol for efficiency. + From Paweł Tomulik: - Fixed the issue with LDMODULEVERSIONFLAGS reported by Tim Jennes (https://pairlist4.pair.net/pipermail/scons-users/2016-May/004893.html). |