summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-02-28 08:16:45 (GMT)
committerSteven Knight <knight@baldmt.com>2003-02-28 08:16:45 (GMT)
commitc03ac136007521fda90a7963baa4956d950b9363 (patch)
treefcf2915a1e3a318b4940a937022c26908d7ecd42 /src
parentc98c5391f5afa134589db88ebe986368a1b6097f (diff)
downloadSCons-c03ac136007521fda90a7963baa4956d950b9363.zip
SCons-c03ac136007521fda90a7963baa4956d950b9363.tar.gz
SCons-c03ac136007521fda90a7963baa4956d950b9363.tar.bz2
Better documentation of exporting variables to SConscript files.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index ccdf159..0ac801c 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -44,6 +44,9 @@ RELEASE 0.12 - XXX
- Add support for Tar and Zip files.
+ - Better documentation of the different ways to export variables to a
+ subsidiary SConscript file.
+
From Lachlan O'Dea:
- Add SharedObject() support to the masm tool.