X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=db5fea0c8280f83fb6d53dd92f1d1c12e985577f;hb=3ecbd79ebefa6b61affad06fec81321f1130cb62;hp=09fd35e5b0897c12dd588027281f763dc9d3db19;hpb=aec28883207a57f9566728adc61adda09b6189f3;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 09fd35e5b0..db5fea0c82 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -359,13 +359,6 @@ because of Phabricator reports. * MessageBlobStore::getBlob(), deprecated in 1.27, has been removed. Use ::getBlobs() instead. * The .background-size() LESS mixin, deprecated in 1.27, has been removed. -* MWNamespace::clearCaches() has been removed. So has the $rebuild parameter - to MWNamespace::getCanonicalNamespaces(), which was deprecated since 1.31. - Instead, create a new NamespaceInfo, such as by calling - resetServiceForTesting( 'NamespaceInfo' ) on a MediaWikiServices. - For classes that inherit from MediaWikiTestCase and used setMwGlobals() to - modify a variable that affects namespaces, caches will automatically be - reset and any calls to MWNamespace::clearCaches() can be removed entirely. * ReadOnlyMode::clearCache() and ConfiguredReadOnlyMode::clearCache() have been removed. Use MediaWikiTestCase::overrideMwServices() instead. @@ -436,7 +429,8 @@ because of Phabricator reports. * Block::isValid is deprecated, since it is no longer needed in core. * Calling Maintenance::hasArg() as well as Maintenance::getArg() with no parameter has been deprecated. Please pass the argument number 0. -* The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo. +* ResourceLoaderContext::expandModuleNames has been deprecated. + Use ResourceLoader::expandModuleNames instead. === Other changes in 1.33 === * (T201747) Html::openElement() warns if given an element name with a space