X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=ae67249a5d222dc764c393ab7e07c0d40a7e88c4;hb=b3e490bba67117ceb86d6e18c15039d65701a832;hp=3dfca9a44e8f4010ae145cd7eb0ed44b37cb1a42;hpb=d4a2a157b86eda9cc9493b0cddc4f4dac8fb805c;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 3dfca9a44e..ae67249a5d 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -45,12 +45,8 @@ production. ==== New external libraries ==== * Added wikimedia/password-blacklist 0.1.4. +* Added guzzlehttp/guzzle 6.3.3. * … -* Added guzzlehttp/guzzle 6.3.3 and dependents: - * guzzlehttp/promises 1.3.1 - * guzzlehttp/psr7 1.5.0 - * psr/http-message 1.0.1 - * ralouphie/getallheaders 2.0.5 ==== Changed external libraries ==== * Updated wikimedia/xmp-reader from 0.6.0 to 0.6.1. @@ -200,6 +196,10 @@ because of Phabricator reports. * The PasswordPolicy 'PasswordCannotBePopular' has been deprecated. To follow best practices, it is reccommended to use 'PasswordNotInLargeBlacklist' instead which blacklists 100,000 commonly used passwords. +* (T208862) Action::requiresUnblock() is now called from + Title::getUserPermissionsErrors() and Title::userCan(). Previously, the method + was only called in Action::checkCanExecute(). Actions should ensure that their + requiresUnblock() returns the proper result (the default is `true`). * … === Other changes in 1.33 ===