summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2016-06-21 01:06:22 +0000
committerDaniel Holth <dholth@fastmail.fm>2016-06-21 01:06:22 +0000
commite880a323efb4d634f95e03b1279499c9c8db8578 (patch)
treea94de526583a09dc59a6b81a09251cc8e90c66a6 /src/CHANGES.txt
parent9de5b4d62b9e7cf0c1703898b492403838979041 (diff)
downloadscons-e880a323efb4d634f95e03b1279499c9c8db8578.tar.gz
CHANGES.txt edited
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index db52cf0c..4cf21000 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).