X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=09d56c8de050d6c40e18eb46599c3a667a48f08a;hp=2531be2f014a6fe7587101262018b17642828e76;hb=b761bfa311343c19ae22bf14f49457663bee23dc;hpb=a954426320529222df460aa9ac89c74950d610e0 diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 2531be2f01..09d56c8de0 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -86,6 +86,9 @@ because of Phabricator reports. * (T152908) Added language support for N'Ko (nqo). === Breaking changes in 1.34 === +* The global functions wfSuppressWarnings and wfRestoreWarnings, deprecated in + 1.26, have been removed. Use Wikimedia\AtEase\AtEase::suppressWarnings() and + Wikimedia\AtEase\AtEase::restoreWarnings() directly. * 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: @@ -166,6 +169,9 @@ because of Phabricator reports. * The Block typehint only refers to blocks stored in the database. It should be updated to AbstractBlock in cases where any type of block could be expected. * FileRepoStatus, deprecated in 1.25, has been removed. +* The LegacyHookPreAuthenticationProvider class, deprecated since its creation + in 1.27, has been removed. +* IP::isValidBlock(), deprecated in 1.30, has been removed. * … === Deprecations in 1.34 ===