Merge "Add mobile target to jquery.getAttrs"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 24 Mar 2013 15:13:22 +0000 (15:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 24 Mar 2013 15:13:22 +0000 (15:13 +0000)
RELEASE-NOTES-1.21

index c77ff83..56d812c 100644 (file)
@@ -210,8 +210,6 @@ production.
 * (bug 45143) jquery.badge: Treat non-Latin variants of zero as zero as well.
 * (bug 46151) mwdocgen.php should not ignore exit code of doxygen command.
 * (bug 41889) Fix $.tablesorter rowspan exploding for complex cases.
-* WDDX formatted output will actually be formatted (and normal output will no
-  longer be), and will no longer choke on booleans.
 
 === API changes in 1.21 ===
 * prop=revisions can now report the contentmodel and contentformat.
@@ -279,6 +277,10 @@ production.
 * (bug 33304) list=allpages will now find really old indefinite protections.
 * (bug 45937) meta=allmessages will report a syntactically invalid lang as a
   proper error instead of as an uncaught exception.
+* (bug 25325) added support for wlshow filtering (bots/anon/minor/patrolled)
+  to action=feedwatchlist
+* WDDX formatted output will actually be formatted (and normal output will no
+  longer be), and will no longer choke on booleans.
 
 === API internal changes in 1.21 ===
 * For debugging only, a new global $wgDebugAPI removes many API restrictions when true.