summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-20 20:44:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-20 20:44:58 (GMT)
commit5a5f12d29d4025b33572ee746f2ccd7a6ebea13d (patch)
treeb72ec243578820a4305a71d62a340eb8e2037447 /ChangeLog
parent69ece03dc014b44e93da9576bb02d060b202013b (diff)
downloadtcl-5a5f12d29d4025b33572ee746f2ccd7a6ebea13d.zip
tcl-5a5f12d29d4025b33572ee746f2ccd7a6ebea13d.tar.gz
tcl-5a5f12d29d4025b33572ee746f2ccd7a6ebea13d.tar.bz2
Added "Potential Incompat" warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d712a2c..1c74f54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
of complexity relating to dictionary representation and stability of
iteration order.
+ ***POTENTIAL INCOMPATIBILITY***
+ For any code that depended on the (strange) old iteration order.
+
* generic/tclConfig.c (QueryConfigObjCmd): Correct usage of
Tcl_WrongNumArgs.