summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-04-02 05:54:02 (GMT)
committerSteven Knight <knight@baldmt.com>2004-04-02 05:54:02 (GMT)
commit04e6c5e500d27a140a7d1921d06535acc301fe98 (patch)
treed714d166ce7fc4db9500b3bda0a133d74dc502c3 /src/CHANGES.txt
parent9175dc608055e832800472992feec71de3540f1a (diff)
downloadSCons-04e6c5e500d27a140a7d1921d06535acc301fe98.zip
SCons-04e6c5e500d27a140a7d1921d06535acc301fe98.tar.gz
SCons-04e6c5e500d27a140a7d1921d06535acc301fe98.tar.bz2
Allow hybrid substitutions in PATH-like variables. (Charles Crain)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 0e4d4d8..b546b79 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -16,6 +16,12 @@ RELEASE 0.96 - XXX
- Allow construction variable substitutions in $LIBS specifications.
+ From Charles Crain:
+
+ - Restore the ability to do construction variable substitutions in all
+ kinds of *PATH variables, even when the substitution returns a Node
+ or other object.
+
From Tom Epperly:
- Allow the Java() Builder to take more than one source directory.