summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2017-06-27 07:25:19 -0400
committerDaniel Holth <dholth@fastmail.fm>2017-06-27 07:25:19 -0400
commit22451bf012d407b9f4ade38dffe34e5b10f44725 (patch)
tree4543169f25c6a8fcb8d1277158c6f7a3cf6230a2 /src/CHANGES.txt
parent2c70bd98d9920cbd6adcb6a01305d3feb86e8955 (diff)
downloadscons-22451bf012d407b9f4ade38dffe34e5b10f44725.tar.gz
update CHANGES.txt
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 0c72132c..b0a45173 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)