Release notes for un-deprecation of WikiRevision::getText
authorTTO <at.light@live.com.au>
Wed, 4 Jan 2017 01:25:54 +0000 (01:25 +0000)
committerTTO <at.light@live.com.au>
Wed, 4 Jan 2017 01:28:10 +0000 (01:28 +0000)
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

RELEASE-NOTES-1.29

index c26a8be..72c82de 100644 (file)
@@ -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 ==