summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-10 09:30:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-10 09:30:49 (GMT)
commit8da9d0139793f1b1f781de518a5bb8094a0c880e (patch)
tree25dba527c2eafc431146d25951406865e7b35e29 /ChangeLog
parent9981d5779018fe775afd850a35a6dc41e6f8b3b9 (diff)
downloadtcl-8da9d0139793f1b1f781de518a5bb8094a0c880e.zip
tcl-8da9d0139793f1b1f781de518a5bb8094a0c880e.tar.gz
tcl-8da9d0139793f1b1f781de518a5bb8094a0c880e.tar.bz2
corrected changelog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c735fae..74ad3c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +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.
+ * generic/tcl.h (TCL_DEPRECATED_API): [Bug 2458976]: 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>