X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=219cba487cfafe0f8d0ad7eea72ea52d831f4ed9;hb=168f15ba9ec6b62dde086ac674c895a11763ae56;hp=ba4ac51a0ad1fb28f280ca1f74173029e0879e80;hpb=affd1dd473c3c453ad68e362385cba17ef9b11f1;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index ba4ac51a0a..219cba487c 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -84,6 +84,15 @@ because of Phabricator reports. 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. +* PreferencesFormLegacy and PreferencesForm classes, deprecated in 1.32, have + been removed. +* ObjectFactory class, deprecated in 1.31, has been removed. +* HWLDFWordAccumudlator class, deprecated in 1.28, has been removed. +* XMPInfo, XMPReader and XMPValidate, deprecated in 1.32, have been removed. +* The RedirectSpecialPage::execute method could sometimes return a Title object. + This behavior was removed, and the method now matches the parent signature + (SpecialPage::execute) which is to return HTML string or void. + To obtain the destination title, use RedirectSpecialPage::getRedirect. === Deprecations in 1.34 === * The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo.