summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-25 10:13:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-25 10:13:21 (GMT)
commit06f91946030154decdc65de2088fe5633562dae0 (patch)
treef6a76ec34fc3db6e3106e0a2599d318ab8cfa75a /ChangeLog
parent320d7eee6064ca0dd8cb639bd5be69ba1540090e (diff)
downloadtcl-06f91946030154decdc65de2088fe5633562dae0.zip
tcl-06f91946030154decdc65de2088fe5633562dae0.tar.gz
tcl-06f91946030154decdc65de2088fe5633562dae0.tar.bz2
Fix [Bug 2120903]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f539a2..19d45a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOOCall.c (InitCallChain, IsStillValid):
+ * tests/oo.test (oo-25.2): Revise call chain cache management so that
+ it takes into account class-wide caching correctly. [Bug 212090]
+
2008-09-24 Don Porter <dgp@users.sourceforge.net>
TIP #323 IMPLEMENTATION (partial)