From: Brad Jorsch Date: Mon, 23 Feb 2015 20:31:02 +0000 (-0500) Subject: Move API release notes to correct places X-Git-Tag: 1.31.0-rc.0~12287 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=daec95d638ff902f02713b0ca65cce9405672bc1;p=lhc%2Fweb%2Fwiklou.git Move API release notes to correct places Change-Id: I301088e4ce4287bd8c9252704ebb190bfcb4aea8 --- diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index 1621c5f4b0..98849b1692 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -226,6 +226,8 @@ production. * (T88010) Added action=checktoken, to test a CSRF token's validity. * (T88010) Added intestactions to prop=info, to allow querying of Title::userCan() via the API. +* Default type param for query list=watchlist and list=recentchanges has + been changed from all types (e.g. including 'external') to 'edit|new|log'. === Action API internal changes in 1.25 === * ApiHelp has been rewritten to support i18n and paginated HTML output. @@ -257,6 +259,8 @@ production. provided to access just the live or just the deleted revids. * Added ApiPageSet::setGeneratorData() and ApiPageSet::populateGeneratorData() to allow generators to include data in the action=query result. +* New hooks 'ApiMain::moduleManager' and 'ApiQuery::moduleManager', can be + used for conditional registration of API modules. * The following methods have been deprecated and may be removed in a future release: * ApiBase::getDescription @@ -278,10 +282,6 @@ production. * The following classes have been deprecated and may be removed in a future release: * ApiQueryDeletedrevs -* Default type param for ApiQueryWatchlist and ApiQueryRecentChanges has - been changed from all types (e.g. including 'external') to 'edit|new|log'. -* New hooks 'ApiMain::moduleManager' and 'ApiQuery::moduleManager', can be - used for conditional registration of API modules. === Languages updated in 1.25 ===