From: TTO Date: Wed, 4 Jan 2017 01:25:54 +0000 (+0000) Subject: Release notes for un-deprecation of WikiRevision::getText X-Git-Tag: 1.31.0-rc.0~4408 X-Git-Url: http://git.cyclocoop.org/%27http:/code.google.com/p/ie7-js/Three?a=commitdiff_plain;h=ef5f5127d05204325a8744443e414acda4795789;p=lhc%2Fweb%2Fwiklou.git Release notes for un-deprecation of WikiRevision::getText This function was un-deprecated in I3f0e0f7fe38bd4e2001efbe17cdba6bcc90b036f, mainly to stop Google Code-In students from continually trying to remove the function before we have decided what to do with it (see T152282). Change-Id: I460c76f2dea89646545a969c3637433070059b1c --- diff --git a/RELEASE-NOTES-1.29 b/RELEASE-NOTES-1.29 index c26a8be8c5..72c82de100 100644 --- a/RELEASE-NOTES-1.29 +++ b/RELEASE-NOTES-1.29 @@ -156,6 +156,7 @@ changes to languages because of Phabricator reports. * Title::moveNoAuth() (deprecated in 1.25) was removed. Use MovePage class instead. * Hook UnknownAction (deprecated in 1.19) was actually deprecated (it will now emit warnings). Create a subclass of Action, and add it to $wgActions instead. +* WikiRevision:getText() (deprecated since 1.21) is no longer marked deprecated. == Compatibility ==