diff options
author | Steven Knight <knight@baldmt.com> | 2004-04-28 17:34:07 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-04-28 17:34:07 (GMT) |
commit | 95608301ccd1dfeed0b858920560c44d142f69aa (patch) | |
tree | 179cec49dd725057f4489e13a8e1ed30ddb47f2f /src/CHANGES.txt | |
parent | 5fc26067968508b11c1a627b43c866cdaf44a95f (diff) | |
download | SCons-95608301ccd1dfeed0b858920560c44d142f69aa.zip SCons-95608301ccd1dfeed0b858920560c44d142f69aa.tar.gz SCons-95608301ccd1dfeed0b858920560c44d142f69aa.tar.bz2 |
Support use of strfunction() with all kinds of Action objects.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index bba15e7..f34104d 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -98,6 +98,9 @@ RELEASE 0.96 - XXX or env.Execute() environment method, or may be used as a Builder action or in an env.Command() action list. + - Add support for the strfunction argument to all types of Actions: + CommandAction, ListAction, and CommandGeneratorAction. + From Gary Oberbrunner: - Add a --debug=presub option to print actions prior to substitution. |