X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=f9b28260a15767731f157ccb992d77a031e2ee16;hb=c3e549a732b8ed47973a28aa350d3c5b6b96928c;hp=e28957daff20e7e81d78d0fa6a619edeedd00a4c;hpb=d0819a6b48313dbe5cb8e190ce7c3796a4f05d5c;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index e28957daff..f9b28260a1 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -117,6 +117,8 @@ For notes on 1.32.x and older releases, see HISTORY. * (T213893) Added 'MaintenanceUpdateAddParams' hook * (T219655) The MarkPatrolled hook has a new parameter for the tags associated with this entry in the patrol log. +* (T212472) Extensions can now specify platform abilities they require to work, + limited to shell access for now. === External library changes in 1.33 === @@ -200,6 +202,7 @@ because of Phabricator reports. for NS_TEMPLATE. * (T212221) Added $digitTransformTable for Santali (sat). * (T216479) Added language support for Saisiyat (xsy). +* (T219728) Added support for new Japanese era name "Reiwa" === Breaking changes in 1.33 === * The parameteter $lang in DifferenceEngine::setTextLanguage must be of type @@ -359,13 +362,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 +432,6 @@ 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.