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 be20b96..afac167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-03-01 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclOOCall.c (TclOODeleteContext): added missing '*' so
+ that trunk compiles.
+
* generic/tclBasic.c (TclNRRunCallbacks): don't do the trampoline
dance for commands that do not have an nreProc, [Patch 3168229]