summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.