Merge "OpenSearch: Error for unsupported formats and adding format=jsonfm"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.21
index ef053d0..8835576 100644 (file)
@@ -285,6 +285,8 @@ production.
 * The JSON output formatter now leaves forward slashes unescaped to improve human
   readability of URLs and similar strings. Also, a "utf8" option is now provided
   to use UTF-8 encoding instead of hex escape codes for most non-ASCII characters.
+* action=opensearch no longer silently ignores the format parameter.
+* action=opensearch now supports format=jsonfm.
 
 === API internal changes in 1.21 ===
 * For debugging only, a new global $wgDebugAPI removes many API restrictions when true.