summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/CHANGES.txt3
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).