summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-04 07:53:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-04 07:53:29 (GMT)
commit7a336496efb78e738b2f7695aac8a1bf7e6665be (patch)
treeeece7a1d4c442d1550a904a7f2188f660f097093 /ChangeLog
parentb47bad5a7bbc12dc1ce57471c936ef7edb6bc993 (diff)
downloadtcl-7a336496efb78e738b2f7695aac8a1bf7e6665be.zip
tcl-7a336496efb78e738b2f7695aac8a1bf7e6665be.tar.gz
tcl-7a336496efb78e738b2f7695aac8a1bf7e6665be.tar.bz2
Added missing bug number
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c3cf59..d801d5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* generic/tclDictObj.c (TraceDictPath, Tcl_DictObjPutKeyList): Add
support for automatic creation of dictionary paths since that is
- what everyone seems to actually expect of the API!
+ what everyone seems to actually expect of the API! [Bug 1037235]
(Tcl_DictObjNext): Make calling this after Tcl_DictObjDone non-fatal
as that simplifies a number of internal APIs. This doesn't break any
existing working code as it is a case which previously caused a panic.