X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.30;h=be21a7d9b2100bfd3d2013a9f2fed10fc701f73e;hb=7b21cf321d9bd0a5062ed309452c811767ea4d93;hp=c95e79906d57f90b7f967045cbaaf0f9e1231f3b;hpb=1d77070f19e37efd80bf9038d5259e19719c6d53;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index c95e79906d..be21a7d9b2 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -129,6 +129,11 @@ changes to languages because of Phabricator reports. * Article::viewRedirect() is deprecated. * DeprecatedGlobal no longer supports passing in a direct value, it requires a callable factory function or a class name. +* The $parserMemc global, wfGetParserCacheStorage(), and ParserCache::singleton() + are all deprecated. The main ParserCache instance should be obtained from + MediaWikiServices instead. Access to the underlying BagOStuff is possible + through the new ParserCache::getCacheStorage() method. +* .mw-ui-constructive CSS class (deprecated in 1.27) was removed. == Compatibility == MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for