summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-06-25 10:54:46 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-06-25 10:54:46 -0700
commit1babbb081a03fb20c63c0b2459a6e1ec2ecb848e (patch)
tree71f8492f7a7e66b75a617fc08c160b4a26a7bd52 /src/CHANGES.txt
parent4c9156f824a9a7714b40f7a81c9764a9b718c83f (diff)
downloadscons-1babbb081a03fb20c63c0b2459a6e1ec2ecb848e.tar.gz
py2/3 fix expected signatures for python actions (functions,classes). Unfortunately it looks like they may vary by platform and by python release, at least on win py3.5 vs py3.6. May be a good idea to take a second look at these signatures and see if there is a way to stabilize by python version. Added note to CHANGES
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 745c69dc..0c72132c 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -7,6 +7,10 @@
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.
+
From Richard West:
- Added nested / namespace tool support
- Added a small fix to the python3 tool loader when loading a tool as a package