summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-04-23 20:07:43 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2017-04-23 20:07:43 (GMT)
commit0c775f3836a7d9a20956004834c8576defbf532f (patch)
tree25a5f19511902043cc6a242d30304821c768b972 /src
parentf8899e92a97177e794aecadcd1f7fcce88b547d0 (diff)
downloadSCons-0c775f3836a7d9a20956004834c8576defbf532f.zip
SCons-0c775f3836a7d9a20956004834c8576defbf532f.tar.gz
SCons-0c775f3836a7d9a20956004834c8576defbf532f.tar.bz2
updated CHANGES.txt so it was more clear
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 766c7d0..9e6151a 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)