X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=b9331bc8deb5bc95535a07fb4b37939f6d6b5eae;hb=80da67d69f237ceb26a5768818644b5a459d2f37;hp=111a6aae716680d1e6e4e769fbbc474a918c759c;hpb=9c5d5606fcdc20ba9264d006e9f2f9533bb8dc3f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 111a6aae71..b9331bc8de 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -59,6 +59,8 @@ production. * Argon2 password hashing is now available, can be enabled via $wgPasswordDefault = 'argon2'. It's designed to resist timing attacks (requires PHP 7.2+) and GPU hacking (7.3+). +* Special:CreateAccount now warns the user if their chosen username has to be + normalized. === External library changes in 1.33 === @@ -280,6 +282,8 @@ because of Phabricator reports. AuthManagerAuthPlugin, and AuthManagerAuthPluginUser. * The $wgAuth configuration setting and its use in Setup.php and unit tests * (T217772) The 'wgAvailableSkins' mw.config key in JavaScript, was removed. +* Language::markNoConversion, deprecated in 1.32, has been removed. Use + LanguageConverter::markNoConversion instead. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected