summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff69a91..c133296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
that results in 32- and 64-bit integer results, avoiding calls to
wide integer exponentiation routines in this common case.
[Bug 1767293]
+
+ * library/clock.tcl (ParseClockScanFormat): Modified code to allow
+ * tests/clock.test (clock-60.*): case-insensitive
+ matching of time zone and month names. [Bug 1781282]
+
2007-08-24 Don Porter <dgp@users.sourceforge.net>