summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-08 15:05:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-08 15:05:01 (GMT)
commit4b9c1da0d3b0ca6029c1fe83989006927422d95d (patch)
tree051036105e65ba0926cbdab213c67e6fe68b11f1 /ChangeLog
parent423ed791650922250c95accd60a904bd4fac1a92 (diff)
downloadtcl-4b9c1da0d3b0ca6029c1fe83989006927422d95d.zip
tcl-4b9c1da0d3b0ca6029c1fe83989006927422d95d.tar.gz
tcl-4b9c1da0d3b0ca6029c1fe83989006927422d95d.tar.bz2
Core of implementation of TIP#212
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c610f41..5d793f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-08 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclDictObj.c (DictUpdateCmd,DictWithCmd): Core of
+ implementation of TIP#212; docs and tests still to do...
+
2004-10-07 Don Porter <dgp@users.sourceforge.net>
* generic/tclTest.c (TestsetobjerrorcodeCmd): Simplified.