summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6894135..b4070a6 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -14,12 +14,13 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
RELEASE VERSION/DATE TO BE FILLED IN LATER
From Daniel Moody:
- - Updated the QMTest/TestCmd.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 test/scons-time/run/option/verbose.py that was
not taking into account the output when PRESERVE was enabled
-
+
From Gaurav Juvekar:
+ - Fix issue #2832: Expand construction variables in 'chdir' argument of builders. (PR #463)
- Fix issue #2910: Make --tree=all handle Unicode. (PR #427)
- Fix issue #2788: Fix typo in documentation example for sconf. (PR #388)