summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 254e8ee..8da1173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,8 +15,9 @@
2005-05-10 Miguel Sofer <msofer@users.sf.net>
- * generic/tclExecute.c (ExponLong, ExponWide): fixed special case
- 'i**0' for i>0 [Bug 1198892]
+ * generic/tclExecute.c (ExponLong, ExponWide):
+ * tests/expr.test (expr-23.34/35): fixed special case 'i**0' for
+ i>0 [Bug 1198892]
2005-05-09 Kevin B. Kenny <kennykb@acm.org>