summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-09-11 15:01:47 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-09-11 15:01:47 (GMT)
commit7ad8b091dd878126106f9c18e855d17909f1068c (patch)
tree57dae2da1e69e7b62d5896839ec28864974e766d /ChangeLog
parent73411875edcb48f3c01f4a0212a59401469abdbb (diff)
downloadtcl-7ad8b091dd878126106f9c18e855d17909f1068c.zip
tcl-7ad8b091dd878126106f9c18e855d17909f1068c.tar.gz
tcl-7ad8b091dd878126106f9c18e855d17909f1068c.tar.bz2
Changelog incompat warning for precompiled scripts
Diffstat (limited to 'ChangeLog')
-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>