summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a28871..3a58c75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
* generic/tclCompile.c (tclInstructionTable):
* generic/tclExecute.c (INST_DICT_UPDATE_END): fix stack
management in [dict update] [Bug 1786481].
+
+ ***POTENTIAL INCOMPATIBILITY***
+ Scripts that were precompiled on earlier versions of 8.5 and use
+ [dict update] will crash. Workaround: recompile.
2007-09-11 Kevin B. Kenny <kennykb@acm.org>