summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-11-14 01:39:02 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2017-11-14 01:39:02 (GMT)
commit9f871ba55041bae4536b1c9b3896c6b23abedb0f (patch)
tree284d39fea93a67fead17b8b53cc8d0354c0bb1c8 /src
parent7fd1e8aeec5cd93a3be861b0550e48e4a96e52ef (diff)
downloadSCons-9f871ba55041bae4536b1c9b3896c6b23abedb0f.zip
SCons-9f871ba55041bae4536b1c9b3896c6b23abedb0f.tar.gz
SCons-9f871ba55041bae4536b1c9b3896c6b23abedb0f.tar.bz2
update CHANGES.txt
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 0b1cdef..d835e21 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -12,6 +12,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Whatever John Doe did.
From Daniel Moody:
+ - Jar can take multiple targets, and will make a duplicate jar from the sources for each target
+ - Added some warnings in case the Jar builder makes an implicit target
- Added Jar method and changed jar build to be more specific. Jar method will take in
directories or classes as source. Added more tests to JAR to ensure the jar was
packaged with the correct compiled class files.