X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.30;h=7b1a7ce0288f52b8c1604a3e4702475e4a08845e;hp=c95e79906d57f90b7f967045cbaaf0f9e1231f3b;hb=45bf8ad0b9fd55fa3a715a7109eafa53ee33b024;hpb=b6b1427a17906ac5a7c7315d2b51153d4fb368bc diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index c95e79906d..7b1a7ce028 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -35,6 +35,8 @@ production. LanguageConverter variant. This allows English-speaking developers to develop and test LanguageConverter more easily. Pig Latin can be enabled by setting $wgUsePigLatinVariant to true. +* Added RecentChangesPurgeRows hook to allow extensions to purge data that + depends on the recentchanges table. === Languages updated in 1.30 === @@ -44,6 +46,7 @@ production. ==== Upgraded external libraries ==== * mediawiki/mediawiki-codesniffer updated to 0.8.1. +* wikimedia/composer-merge-plugin updated to 1.4.1. ==== New external libraries ==== * The class \TestingAccessWrapper has been moved to the external library @@ -129,6 +132,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