Add since tag to wfRemoveDotSegments
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
index 2eb3679..801332c 100644 (file)
@@ -14,7 +14,9 @@ production.
 * …
 
 === New features in 1.32 ===
-* …
+* (T112474) Generalized the ResourceLoader mechanism for overriding modules
+  using a particular page during edit previews.
+* Added 'ApiParseMakeOutputPage' hook.
 
 === External library changes in 1.32 ===
 * …
@@ -35,7 +37,7 @@ production.
 * …
 
 === Action API internal changes in 1.32 ===
-* 
+* Added 'ApiParseMakeOutputPage' hook.
 
 === Languages updated in 1.32 ===
 MediaWiki supports over 350 languages. Many localisations are updated
@@ -56,10 +58,13 @@ changes to languages because of Phabricator reports.
   removed (deprecated in 1.31).
 * The EDIT_TOKEN_SUFFIX constant was removed (deprecated in 1.27).
   Use MediaWiki\Session\Token::SUFFIX instead.
+* EditPage::isOouiEnabled(), deprecated in 1.30, was removed.
 
 === Deprecations in 1.32 ===
 * Use of a StartProfiler.php file is deprecated in favour of placing
   configuration in LocalSettings.php.
+* HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit
+  button is already marked as progressive.
 
 === Other changes in 1.32 ===
 * …