summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2012-04-10 09:30:49 (GMT)
committerdkf <dkf@noemail.net>2012-04-10 09:30:49 (GMT)
commitfd4c789add61cf3d197b1017c677664ee6a679ca (patch)
tree25dba527c2eafc431146d25951406865e7b35e29 /ChangeLog
parentc7a383e4c656bf9de676f9b90a98030798116106 (diff)
downloadtcl-fd4c789add61cf3d197b1017c677664ee6a679ca.zip
tcl-fd4c789add61cf3d197b1017c677664ee6a679ca.tar.gz
tcl-fd4c789add61cf3d197b1017c677664ee6a679ca.tar.bz2
corrected changelog entry
FossilOrigin-Name: 2f3e260bc871b716108d3dc48e72456ffd1e0ab6
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>