diff options
author | Dirk Baechle <dl9obn@darc.de> | 2014-08-20 20:50:37 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2014-08-20 20:50:37 (GMT) |
commit | a035c43fb34cc888fca250f26f68fc2b03c018ac (patch) | |
tree | df1a6465d9f48f4caaf5a026fc6b8f3b97e847df /src | |
parent | 1ed0796cf633eac961ae6f457b0187ab25c25b82 (diff) | |
parent | 06e9b9b05ff1b7708fd0acbb4b276ff839da931d (diff) | |
download | SCons-a035c43fb34cc888fca250f26f68fc2b03c018ac.zip SCons-a035c43fb34cc888fca250f26f68fc2b03c018ac.tar.gz SCons-a035c43fb34cc888fca250f26f68fc2b03c018ac.tar.bz2 |
Merged in williamblevins/scons (pull request #164), update of documentation for issue #2395
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 8f01cf6..05e326e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -21,6 +21,7 @@ RELEASE 2.3.2.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE From William Blevins: - Added test for Java derived-source dependency tree generation. - Added Copy Action symlink soft-copy support (#2395). + - Various contributions to the documentation (UserGuide). RELEASE 2.3.2 |