X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=620a6f51de01761c817434faf5634f92aee35aea;hb=308e6427aef169a575a339e6a8e0558d29403a1d;hp=df25d30c59b62490accab9046cece61237bbd6f5;hpb=b48b6cbe0e7860c52fd6913853a7d054c7721017;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index df25d30c59..620a6f51de 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -354,8 +354,6 @@ because of Phabricator reports. * The UserIsBlockedFrom hook is only called if a block is found first, and should only be used to unblock a blocked user. * … -* Language::$dataCache has been removed (without prior deprecation, for - practical reasons). Use MediaWikiServices instead to get a LocalisationCache. === Deprecations in 1.34 === * The MWNamespace class is deprecated. Use NamespaceInfo. @@ -465,12 +463,6 @@ because of Phabricator reports. * Constructing MovePage directly is deprecated. Use MovePageFactory. * TempFSFile::factory() has been deprecated. Use TempFSFileFactory instead. * wfIsBadImage() is deprecated. Use the BadFileLookup service instead. -* Language::getLocalisationCache() is deprecated. Use MediaWikiServices. -* The following Language methods are deprecated: isSupportedLanguage, - isValidCode, isValidBuiltInCode, isKnownLanguageTag, fetchLanguageNames, - fetchLanguageName, getFileName, getMessagesFileName, getJsonMessagesFileName. - Use the new LanguageNameUtils class instead. (Note that fetchLanguageName(s) - are called getLanguageName(s) in the new class.) === Other changes in 1.34 === * …