SpecialRedirect: Add @since documentation and add release notes
authorC. Scott Ananian <cscott@cscott.net>
Thu, 2 May 2013 14:23:06 +0000 (10:23 -0400)
committerKrinkle <krinklemail@gmail.com>
Thu, 2 May 2013 21:27:53 +0000 (21:27 +0000)
The Special:Redirect page was added in change
I8b0785f4fbdb3dd438a7a45263c5f375ff9d2208.

Change-Id: I1a4b9a8b0a008f16e554f7edc2f21b7142fde8d4

RELEASE-NOTES-1.22
includes/specials/SpecialRedirect.php

index ffdaa39..850b43d 100644 (file)
@@ -126,6 +126,9 @@ changes to languages because of Bugzilla reports.
 * The Special:ActiveUsers special page was removed.
 * BREAKING CHANGE: mw.util.tooltipAccessKeyRegexp: The match group for the
   accesskey character is now $6 instead of $5.
+* A new Special:Redirect page was added, providing lookup by revision ID,
+  user ID, or file name.  The old Special:Filepath page was reimplemented
+  to redirect through Special:Redirect.
 
 == Compatibility ==
 
index 5ea98d5..210cee6 100644 (file)
@@ -27,6 +27,7 @@
  * the file for a given filename, or the page for a given revision id.
  *
  * @ingroup SpecialPage
+ * @since 1.22
  */
 class SpecialRedirect extends FormSpecialPage {