summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-04-23 16:02:57 -0400
committerDaniel Moody <dmoody256@gmail.com>2017-04-23 16:02:57 -0400
commitf8899e92a97177e794aecadcd1f7fcce88b547d0 (patch)
treed40a5521b28a07c4f11cbd84e19cfd2c1faca896
parent151cbcd4868c42fc8fc102ca17110f424208cdf1 (diff)
downloadscons-git-f8899e92a97177e794aecadcd1f7fcce88b547d0.tar.gz
Updated CHANGES.txt with some more info because it was related, adn should be in the same pull request.
-rw-r--r--src/CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 5ec4cd515..766c7d0dd 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -16,6 +16,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
From Daniel Moody:
- Updated the src/engine/SCons/SConfTest.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
From Gaurav Juvekar:
- Fix issue #2910: Make --tree=all handle Unicode. (PR #427)