summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-04-26 09:47:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-04-26 09:47:18 (GMT)
commitd689d3ec300097edb4ba5cc9999d57a1adb7b35a (patch)
treefdd9135f2ed90fb2fb9de4e03fd8c01d8cd8af26 /ChangeLog
parent6747c2f02e6ceb202cdb41d009a8f1ce545bca69 (diff)
downloadtcl-d689d3ec300097edb4ba5cc9999d57a1adb7b35a.zip
tcl-d689d3ec300097edb4ba5cc9999d57a1adb7b35a.tar.gz
tcl-d689d3ec300097edb4ba5cc9999d57a1adb7b35a.tar.bz2
Stronger wording & example. [Bug 940843]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b862eed..c07ffdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-04-26 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * doc/DictObj.3: Added warning about the use of Tcl_DictObjDone and an
+ example of use of iteration. [Bug 940843]
+
* doc/Thread.3: Reworked to remove references to testing interfaces
and instead promote the use of the Thread package. [Patch 932527]
Also reworked and reordered the page for better readability.