summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-12-14 03:44:52 (GMT)
committerSteven Knight <knight@baldmt.com>2002-12-14 03:44:52 (GMT)
commit87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4 (patch)
tree5360eb8deb9fccf2ce09d1fba6cd3b727f56e834 /src/CHANGES.txt
parent415da53eb50ff3efadc22abfeeba1e7eb1042f71 (diff)
downloadSCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.zip
SCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.tar.gz
SCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.tar.bz2
Make error and warning message consistent. (Anthony Roach)
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 ee47871..38fa1a7 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -22,6 +22,10 @@ RELEASE 0.10 - XXX
- Convert the .sconsign file format from ASCII to a pickled Python
data structure.
+ - Made consistent the format of error messages (now all start with
+ "scons: ***") and warning messages (now all start with "scons:
+ warning:").
+
RELEASE 0.09 - Thu, 5 Dec 2002 04:48:25 -0600