summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d6b1cd7..187317d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
-2009-02-05 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclCompile.c fix [Bug 2555129] const compiler
- warning (as error) in tclCompile.c
+2009-02-09 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclCompile.c: fix [Bug 2555129] const compiler warning (as
+ error) in tclCompile.c
2009-02-07 Donal K. Fellows <dkf@users.sf.net>