Make LocalisationCache a service
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 6dc0d66..71d1a41 100644 (file)
@@ -458,6 +458,8 @@ because of Phabricator reports.
 * User::setNewpassword(), deprecated in 1.27 has been removed.
 * The ObjectCache::getMainWANInstance and ObjectCache::getMainStashInstance
   functions, deprecated since 1.28, have been removed.
+* 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.
@@ -602,6 +604,8 @@ because of Phabricator reports.
 * ApiQueryBase::showHiddenUsersAddBlockInfo() is deprecated. Use
   ApiQueryBlockInfoTrait instead.
 * PasswordReset is now a service, its direct instantiation is deprecated.
+* Language::getLocalisationCache() is deprecated. Use MediaWikiServices
+  instead.
 
 === Other changes in 1.34 ===
 * Added option to specify "Various authors" as author in extension credits using