summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRichard W <garlicbready@googlemail.com>2017-08-02 13:04:08 (GMT)
committerRichard W <garlicbready@googlemail.com>2017-08-02 13:04:08 (GMT)
commit3f97b5364380d51a446786fc6514f9e29e26ea4a (patch)
treefe3306419eff308b602775b880ca258f60484950 /src/CHANGES.txt
parent11e0313db795b4d160219fd939e15e479fcbbfd9 (diff)
parent8093bd31e5a12c8e17b9953732020c39c1eb09c4 (diff)
downloadSCons-3f97b5364380d51a446786fc6514f9e29e26ea4a.zip
SCons-3f97b5364380d51a446786fc6514f9e29e26ea4a.tar.gz
SCons-3f97b5364380d51a446786fc6514f9e29e26ea4a.tar.bz2
Merged scons/scons into default
Diffstat (limited to 'src/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 aa22e5e..d032949 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -42,6 +42,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