From: Alexandre Emsenhuber Date: Sun, 24 Mar 2013 07:30:21 +0000 (+0100) Subject: Move RELEASE-NOTES entry to the correct section X-Git-Tag: 1.31.0-rc.0~20235 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24ze_article%22%29%20.%20%22?a=commitdiff_plain;h=f8f8576f4adab0a1ffc66ce4cdd426d710f5df50;p=lhc%2Fweb%2Fwiklou.git Move RELEASE-NOTES entry to the correct section Follow-up I719d84c5 (d240930d); that change is in the API, so the RELEASE-NOTES entry belongs to the API section. Change-Id: I48581bb59b3ac593443ff092c3fb7a42ac8958e1 --- diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 86c6df0e44..56d812cb46 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -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. @@ -281,6 +279,8 @@ production. 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.