X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=3f4287bc1d5a725794c2a8211524ef603196dc18;hb=e4468a1d6b6b9fdc5b64800febdc8748d21f213d;hp=0b443bed2960d111692e37b9eb7b017f52b27eab;hpb=07163a20dd8bce8df839f3f1699f32baed898981;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 0b443bed29..3f4287bc1d 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -352,6 +352,8 @@ 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. @@ -459,6 +461,7 @@ 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. === Other changes in 1.34 === * …