summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-05-04 22:19:53 (GMT)
committerSteven Knight <knight@baldmt.com>2004-05-04 22:19:53 (GMT)
commit2a9941e968724723c70f106401fe8b984add626a (patch)
tree4fd1aa25b19acbfb905c673310fc8b68719cd1af /src/RELEASE.txt
parent10efdf16045175fdd2deaa9b23ca73ebe7ead441 (diff)
downloadSCons-2a9941e968724723c70f106401fe8b984add626a.zip
SCons-2a9941e968724723c70f106401fe8b984add626a.tar.gz
SCons-2a9941e968724723c70f106401fe8b984add626a.tar.bz2
Refactor Builders to remove the node_factory keyword argument (in favor of the separate and more flexible target_factory and source_factory keywords).
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index e651afb..4964fb2 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -53,6 +53,10 @@ RELEASE 0.96 - XXX
DScan.add_skey('.x') => env.Append(DSUFFIXES = ['.x'])
FortranScan.add_skey('.x') => env.Append(FORTRANSUFFIXES = ['.x'])
+ - The internal "node_factory" keyword argument has been removed;
+ the seperate and more flexible "target_factory" and "source_factory"
+ keywords should be used instead.
+
- The behavior of the env.Append() and env.Prepend() methods has
changed when appending a string value to a UserList, or vice versa.
They now behave like normal Python addition of a string to