summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index c37f3ab2..aadcc93e 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -57,6 +57,9 @@ RELEASE 0.15 - XXX
- Make the Script.Options() subclass match the underlying base class
implementation.
+ - When reporting a target is up to date, quote the target like make
+ (backquote-quote) instead of with double quotes.
+
From Steve Leblanc:
- Don't update the .sconsign files when run with -n.