From daec95d638ff902f02713b0ca65cce9405672bc1 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Mon, 23 Feb 2015 15:31:02 -0500 Subject: [PATCH] Move API release notes to correct places Change-Id: I301088e4ce4287bd8c9252704ebb190bfcb4aea8 --- RELEASE-NOTES-1.25 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 === -- 2.20.1