X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=ba4ac51a0ad1fb28f280ca1f74173029e0879e80;hp=a1c50d09f8b53a695f186b795c6bbf1c49648a4b;hb=3ecbd79ebefa6b61affad06fec81321f1130cb62;hpb=aec28883207a57f9566728adc61adda09b6189f3 diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index a1c50d09f8..ba4ac51a0a 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -45,6 +45,7 @@ For notes on 1.33.x and older releases, see HISTORY. * … ==== Changed external libraries ==== +* Updated Mustache from 1.0.0 to v3.0.1. * … ==== Removed external libraries ==== @@ -67,9 +68,25 @@ because of Phabricator reports. * … === Breaking changes in 1.34 === -* … +* Preferences class, deprecated in 1.31, has been removed. +* The following parts of code, deprecated in 1.32, were removed in favor of + built-in PHP functions: + * CryptRand class + * CryptRand service + * Functions of the MWCryptRand class: singleton(), wasStrong() and generate(). +* Language::setCode, deprecated in 1.32, was removed. Use Language::factory to + create a new Language object with a different language code. +* MWNamespace::clearCaches() has been removed. So has the $rebuild parameter + to MWNamespace::getCanonicalNamespaces(), which was deprecated since 1.31. + Instead, reset services, such as by calling $this->overrideMwServices() (if + your test extends MediaWikiTestCase). Services will generally not pick up + configuration changes from after they were created, so you must reset + services after any configuration change. Even if your code works now, it is + likely to break in future versions as more code is moved to services. +* The ill-defined "DatabaseOraclePostInit" hook has been removed. === Deprecations in 1.34 === +* The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo. * … === Other changes in 1.34 ===