summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-04-07 13:52:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-04-07 13:52:41 (GMT)
commit31f1bbeb86a2c589b3e632340522620ffa049c20 (patch)
treea37b39a592837f0ba6fdf0f876a0f6efd2230c7f /ChangeLog
parentb9bef57682b6ea3902bc232a3364abb563ebde59 (diff)
downloadtcl-31f1bbeb86a2c589b3e632340522620ffa049c20.zip
tcl-31f1bbeb86a2c589b3e632340522620ffa049c20.tar.gz
tcl-31f1bbeb86a2c589b3e632340522620ffa049c20.tar.bz2
Yet more warning killing, this time reported by Miguel Sofer by private chat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4899c73..f7fe127 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* generic/tclDictObj.c (Tcl_DictObjCmd): Stopped compilers from
moaning about switch fall-through. [Bug 716327]
+ (DictFilterCmd): Yet more warning killing, this time reported by
+ Miguel Sofer by private chat.
2003-04-07 Donal K. Fellows <fellowsd@cs.man.ac.uk>