summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-04 13:06:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-04 13:06:33 (GMT)
commitb33be65e4a3a29aae1ef59d24db32aff7dcb84ab (patch)
tree871526a9cafd72bc2905ad69a6a163b87a33c24f /ChangeLog
parent7a336496efb78e738b2f7695aac8a1bf7e6665be (diff)
downloadtcl-b33be65e4a3a29aae1ef59d24db32aff7dcb84ab.zip
tcl-b33be65e4a3a29aae1ef59d24db32aff7dcb84ab.tar.gz
tcl-b33be65e4a3a29aae1ef59d24db32aff7dcb84ab.tar.bz2
Clarify that dicts are unordered [Bug 1032243] and add another example.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d801d5e..59606cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-04 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/DictObj.3, doc/dict.n: Clarified that a dictionary is not
+ order-preserving. [Bug 1032243] Also added another example to
+ show off more ways of using a dictionary and a few other
+ formatting improvements.
+
2004-10-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclDictObj.c (TraceDictPath, Tcl_DictObjPutKeyList): Add