summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c857492..0422af5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-03-24 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclOOBasic.c (TclOOSelfObjCmd): [Bug 2704302]: Make 'self
+ class' better defined in the context of objects that change class.
+
* generic/tclVar.c (Tcl_UpvarObjCmd): [Bug 2673163] (ferrieux)
* generic/tclProc.c (TclObjGetFrame): Make the upvar command more able
to handle its officially documented syntax.