summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2017-06-27 11:25:19 (GMT)
committerDaniel Holth <dholth@fastmail.fm>2017-06-27 11:25:19 (GMT)
commite8f5ebd9ec594fa09dd691750abc96220cc1a83b (patch)
tree4543169f25c6a8fcb8d1277158c6f7a3cf6230a2
parent0acdff80303263a4825e708846c345452324b115 (diff)
downloadSCons-e8f5ebd9ec594fa09dd691750abc96220cc1a83b.zip
SCons-e8f5ebd9ec594fa09dd691750abc96220cc1a83b.tar.gz
SCons-e8f5ebd9ec594fa09dd691750abc96220cc1a83b.tar.bz2
update 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 0c72132..b0a4517 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -9,7 +9,7 @@ RELEASE 3.0.0.alpha.20170614 - Mon, 14 Jun 2017 12:23:56 -0400
NOTE: This is a major release. You should expect that some targets may rebuild when upgrading.
Significant changes in some python action signatures. Also switching between PY 2 and PY 3.5, 3.6
-may cause rebuilds. In no case should rebuilds not happen.
+may cause rebuilds. In no case should rebuilds not happen.
From Richard West:
- Added nested / namespace tool support
@@ -43,6 +43,7 @@ may cause rebuilds. In no case should rebuilds not happen.
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.
+ - Remove unused command line fallback for the zip tool.
From Gaurav Juvekar:
- Fix issue #2832: Expand construction variables in 'chdir' argument of builders. (PR #463)