X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=199b82c8ea0c485243fb21256b9a1a1532c7861b;hb=06d906e06e8b9d7fa5828adb4c611ec273160c44;hp=635152b1675b704c0137984e6d4be6d96e12ec9c;hpb=dad735ed09bb4cd686c9ef97b6238bae1876c043;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 635152b167..199b82c8ea 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -46,6 +46,7 @@ For notes on 1.33.x and older releases, see HISTORY. ==== Changed external libraries ==== * Updated Mustache from 1.0.0 to v3.0.1. +* Updated OOUI from v0.31.3 to v0.31.4. * … ==== Removed external libraries ==== @@ -55,7 +56,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 === * … @@ -87,6 +89,20 @@ because of Phabricator reports. * 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. +* SearchEngine::userNamespaces(), SearchEngine::namespacesAsText(), + SearchEngine::create(), SearchEngine::getSearchTypes() and + SearchEngine::getNearMatch(), methods deprecated in 1.27, have been removed. +* FileRepo::streamFile(), deprecated in 1.26, has been removed. +* User::randomPassword() method, deprecated in 1.27, have been removed. +* MWNamespace::canTalk(), deprecated in 1.30, have been removed. === Deprecations in 1.34 === * The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo.