summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 86737fc..3ad1fc7 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -41,6 +41,10 @@ RELEASE 0.09 -
existence of a file before scanning it. (This adds a generic
hook to check an arbitrary condition before scanning.)
+ - Add explicit messages to tell when we're "Reading SConscript files
+ ...," "done reading SConscript files," "Building targets," and
+ "done building targets."
+
From Jeff Petkau:
- Fix interpretation of '#/../foo' on Win32 systems.