summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-04-23 19:32:01 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2017-04-23 19:32:01 (GMT)
commit26ed93ab719b54ec8fcf1bf31c307d3a34c0e403 (patch)
tree2bf30ba351ab8656d23ed396a33ac11377b2d0f7 /src
parentbb04d9ccdacdc5f4d7e35d096889dfc23748631e (diff)
downloadSCons-26ed93ab719b54ec8fcf1bf31c307d3a34c0e403.zip
SCons-26ed93ab719b54ec8fcf1bf31c307d3a34c0e403.tar.gz
SCons-26ed93ab719b54ec8fcf1bf31c307d3a34c0e403.tar.bz2
Updates CHANGES.txt with changes.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 0bcf92e..5ec4cd5 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -13,6 +13,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
+ preserve option, it will be able to print unicode directories.
+
From Gaurav Juvekar:
- Fix issue #2910: Make --tree=all handle Unicode. (PR #427)
- Fix issue #2788: Fix typo in documentation example for sconf. (PR #388)