diff options
author | Steven Knight <knight@baldmt.com> | 2002-11-22 21:52:31 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-11-22 21:52:31 (GMT) |
commit | 8afed5c0a1749053e08465a4c9cf8d05f8fe2340 (patch) | |
tree | bd81b6f6fb616f973c42e4ce5944255019b50646 /src | |
parent | 3cd1df2a2faa246a150f9a6e5a29368eab106a30 (diff) | |
download | SCons-8afed5c0a1749053e08465a4c9cf8d05f8fe2340.zip SCons-8afed5c0a1749053e08465a4c9cf8d05f8fe2340.tar.gz SCons-8afed5c0a1749053e08465a4c9cf8d05f8fe2340.tar.bz2 |
Document the fact that Builder calls return Node objects.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index ebb9f72..957209f 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -54,6 +54,8 @@ RELEASE 0.09 - - Add separate $SHOBJPREFIX and $SHOBJSUFFIX construction variables (by default, the same as $OBJPREFIX and $OBJSUFFIX). + - Man page: document the fact that Builder calls return Node objects. + From Steve LeBlanc: - Refactor option processing to use our own version of Greg Ward's |