RCFilters: display timestamp of new changes in refresh link
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index da765c3..82b72db 100644 (file)
@@ -55,7 +55,8 @@ For notes on 1.33.x and older releases, see HISTORY.
 * …
 
 === Action API changes in 1.34 ===
-* …
+* The 'recenteditcount' response property from action=query list=allusers,
+  deprecated in 1.25, has been removed.
 
 === Action API internal changes in 1.34 ===
 * …
@@ -86,6 +87,15 @@ because of Phabricator reports.
 * The ill-defined "DatabaseOraclePostInit" hook has been removed.
 * PreferencesFormLegacy and PreferencesForm classes, deprecated in 1.32, have
   been removed.
+* ObjectFactory class, deprecated in 1.31, has been removed.
+* HWLDFWordAccumudlator class, deprecated in 1.28, has been removed.
+* XMPInfo, XMPReader and XMPValidate, deprecated in 1.32, have been removed.
+* The RedirectSpecialPage::execute method could sometimes return a Title object.
+  This behavior was removed, and the method now matches the parent signature
+  (SpecialPage::execute) which is to return HTML string or void.
+  To obtain the destination title, use RedirectSpecialPage::getRedirect.
+* The 'recenteditcount' response property from action API action=query
+  list=allusers, deprecated in 1.25, has been removed.
 
 === Deprecations in 1.34 ===
 * The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo.