summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-01 20:37:15 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-01 20:37:15 (GMT)
commitca74badb50c6874e5bf438ed9f8455e95e1897e0 (patch)
tree9bb1e44eb8bdd37c3bbe780abdf344bb9c6b430c
parent5935bbcb4b449a686048d2c3f2723cbd6a05b2ab (diff)
downloadSCons-ca74badb50c6874e5bf438ed9f8455e95e1897e0.zip
SCons-ca74badb50c6874e5bf438ed9f8455e95e1897e0.tar.gz
SCons-ca74badb50c6874e5bf438ed9f8455e95e1897e0.tar.bz2
Update CHANGES.txt
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index c585eaf..c3cafca 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -40,6 +40,8 @@ may cause rebuilds. In no case should rebuilds not happen.
tool found is used)
- Fixed MSVSProject example code (http://scons.tigris.org/issues/show_bug.cgi?id=2979)
- Defined MS SDK 10.0 and Changed VS 2015 to use SDK 10.0
+ - Changes to Action Function and Action Class signiture creation. NOTE: This will cause rebuilds
+ for many builds when upgrading to SCons 3.0
From Daniel Holth:
- Add basic support for PyPy (by deleting __slots__ from Node with a