summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-12-18 05:30:09 (GMT)
committerSteven Knight <knight@baldmt.com>2003-12-18 05:30:09 (GMT)
commit3dbcd90feabb2bc928373fe8618eb4453fcaa76e (patch)
tree97387ce3d10b56e1798638d0ebc212229c1a4215 /src/CHANGES.txt
parent571141b46b2f9ee0f7150bdb3aeee11e2d7bcd21 (diff)
downloadSCons-3dbcd90feabb2bc928373fe8618eb4453fcaa76e.zip
SCons-3dbcd90feabb2bc928373fe8618eb4453fcaa76e.tar.gz
SCons-3dbcd90feabb2bc928373fe8618eb4453fcaa76e.tar.bz2
Add support for a toolpath for Environments.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 1043b50..2b598ae 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -25,6 +25,9 @@ RELEASE 0.95 - XXX
- Fix a problem with the msvc tool with Python versions prior to 2.3.
+ - Add support for a "toolpath" Tool() and Environment keyword that
+ allows Tool modules to be found in specified local directories.
+
From Chris Burghart:
- Fix the ability to save/restore a PackageOption to a file.