summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-11-22 21:52:31 (GMT)
committerSteven Knight <knight@baldmt.com>2002-11-22 21:52:31 (GMT)
commit8afed5c0a1749053e08465a4c9cf8d05f8fe2340 (patch)
treebd81b6f6fb616f973c42e4ce5944255019b50646 /src
parent3cd1df2a2faa246a150f9a6e5a29368eab106a30 (diff)
downloadSCons-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.txt2
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