Improve RELEASE-NOTES for recent API change
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 5 May 2015 13:55:26 +0000 (09:55 -0400)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 15 May 2015 19:13:10 +0000 (19:13 +0000)
Bug: T98086
Change-Id: Ibb8dc283965f4ac2d90dd906e040aec9441f16d1

RELEASE-NOTES-1.25

index 9bd281b..f5cec54 100644 (file)
@@ -257,7 +257,8 @@ production.
   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'.
-* Added formatversion to format=json, still experimental.
+* Added formatversion to format=json. Still "experimental" as further changes
+  to the output formatting might still be made.
 * (T73020) Log event details are now always under a 'params' subkey for
   list=logevents, and a 'logparams' subkey for list=watchlist and
   list=recentchanges.
@@ -322,9 +323,10 @@ production.
 * (T35235) LogFormatter subclasses are now responsible for formatting log event
   parameters for the API.
 * Many modules have changed result data formats. While this shouldn't affect
-  clients not using the experimental formatversion=2015, code using
-  ApiResult::getResultData() and not using ApiResult::transformForBC() may need
-  updating.
+  clients not using the experimental formatversion=2, code using
+  ApiResult::getResultData() without the transformations for backwards
+  compatibility may need updating, as will code that wasn't following the old
+  conventions for API boolean output.
 * The following methods have been deprecated and may be removed in a future
   release:
   * ApiBase::getDescription