summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c632c42..c735fae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-04-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to
+ mark parts of Tcl's API as deprecated. Currently only used for fields
+ of Tcl_Interp, which TIPs 330 and 336 have deprecated with a migration
+ strategy; we want to encourage people to move away from those fields.
+
2012-04-09 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOODefineCmds.c (ClassVarsSet, ObjVarsSet): [Bug 3396896]: