diff options
author | Paul Tipei <paul.bogdan.tipei@intel.com> | 2020-02-19 08:53:46 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-03-24 16:08:35 (GMT) |
commit | 8b3a91a8ad809ac6ea24d6834f4499b0cd1175d8 (patch) | |
tree | c0ceab820b9706e8a3dfa1a6de4ef80df6af143a | |
parent | 267b767057b960002091a3b1ed2f99655eaf4f35 (diff) | |
download | SCons-8b3a91a8ad809ac6ea24d6834f4499b0cd1175d8.zip SCons-8b3a91a8ad809ac6ea24d6834f4499b0cd1175d8.tar.gz SCons-8b3a91a8ad809ac6ea24d6834f4499b0cd1175d8.tar.bz2 |
updated the CHANGES.txt
-rwxr-xr-x | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0fd55ba..d4c0b09 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -50,6 +50,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Added support for explicitly passing a name when creating Value() nodes. This may be useful when the value can't be converted to a string or if having a name is otherwise desirable. + From Iosif Kurazs: + - Added a new flag called "linedraw" for the command line argument "--tree" + that instructs scons to use single line drawing characters to draw the dependency tree. + From Andrew Morrow: - Fix Issue #3469 - Fixed improper reuse of temporary and compiled files by Configure when changing the order and/or number of tests. This is done by using the hash of the generated temporary files |