Deprecate $wgUseAjax, act as always-true
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
index 5d426f1..9018c11 100644 (file)
@@ -6,6 +6,8 @@ MediaWiki 1.32 is an alpha-quality branch and is not recommended for use in
 production.
 
 === Configuration changes in 1.32 ===
+* (T115414) The $wgEnableAPI and $wgEnableWriteAPI settings, deprecated in 1.31, have been removed.
+* The $wgUseAjax setting is now formally deprecated, and MediaWiki will act as if it is always set.
 * …
 
 === New features in 1.32 ===
@@ -43,7 +45,8 @@ changes to languages because of Phabricator reports.
 * …
 
 === Deprecations in 1.32 ===
-* …
+* Use of a StartProfiler.php file is deprecated in favour of placing
+  configuration in LocalSettings.php.
 
 === Other changes in 1.32 ===
 * …