X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.30;h=be21a7d9b2100bfd3d2013a9f2fed10fc701f73e;hb=bef66f7428e64b2aa77b29c8cf034559d0956942;hp=c8b746d5fa7f8b5a8dc6cfa92ce225e3b4224951;hpb=6a8fcd3a7e387d6172a540b87f7ccae0a39e45f6;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index c8b746d5fa..be21a7d9b2 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -43,7 +43,7 @@ production. === External library changes in 1.30 === ==== Upgraded external libraries ==== -* … +* mediawiki/mediawiki-codesniffer updated to 0.8.1. ==== New external libraries ==== * The class \TestingAccessWrapper has been moved to the external library @@ -127,6 +127,13 @@ changes to languages because of Phabricator reports. WikiPage::makeParserOptions() to create the ParserOptions object and only change options that affect the parser cache key. * 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