summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 90a0375..aaa8920 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
2010-03-04 Donal K. Fellows <dkf@users.sf.net>
- * generic/tclOO.c (ObjectRenamedTrace): Add special handling so that
- when the class of classes is deleted, so is the class of objects.
- Immediately. [Bug 2962664]
+ * generic/tclOO.c (ObjectRenamedTrace): [Bug 2962664]: Add special
+ handling so that when the class of classes is deleted, so is the class
+ of objects. Immediately.
* generic/tclOOInt.h (ROOT_CLASS): Add new flag for specially marking
- the root class. Simpler than the
+ the root class. Simpler and more robust than the previous technique.
2010-03-04 Jan Nijtmans <nijtmans@users.sf.net>