summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-04-23 16:07:43 -0400
committerDaniel Moody <dmoody256@gmail.com>2017-04-23 16:07:43 -0400
commit14dac01404c26c39af57fa4c9ab8c47d2f0699f0 (patch)
tree25a5f19511902043cc6a242d30304821c768b972 /src/CHANGES.txt
parentb16cadf28e3d73251b66b3d3ee01096a414f3985 (diff)
downloadscons-14dac01404c26c39af57fa4c9ab8c47d2f0699f0.tar.gz
updated CHANGES.txt so it was more clear
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 766c7d0d..9e6151a2 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -14,9 +14,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
RELEASE VERSION/DATE TO BE FILLED IN LATER
From Daniel Moody:
- - Updated the src/engine/SCons/SConfTest.py so when using the
+ - Updated the QMTest/TestCmd.py so when using the
preserve option, it will be able to print unicode directories.
- - Also updated a few test that were not taking into account PRESERVE
+ - Also updated test/scons-time/run/option/verbose.py that was
+ not taking into account the output when PRESERVE was enabled
From Gaurav Juvekar:
- Fix issue #2910: Make --tree=all handle Unicode. (PR #427)