diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index ddfe712..c73a6b1 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -49,8 +49,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. Fix a documentation bug in a tools - example. + subsidiary SConscript file. Fix documentation bugs in a tools + example, places that still assumed SCons split strings on white + space, and typos. - Support fetching arbitrary files from the TARGETS or SOURCES lists (e.g. ${SOURCES[2]}) when calculating the build signature of a |