X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=ad62af43c98f8ab05ec9f4f84d7daa8b5252b895;hb=7ac6279d14304235278840a863954c8259d5332b;hp=65d79f33cc9daf49d0697278a6203cd94f86934f;hpb=5b206b394a011f00e5753a3546f7a1882133bd5b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 65d79f33cc..ad62af43c9 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -37,6 +37,10 @@ production. * (T152462) A cookie can now be set when an IP user is blocked to track that user if they move to a new IP address. This is disabled by default. * (T194950) Added 'ApiMaxLagInfo' hook. +* SpecialPage::checkLoginSecurityLevel() will now preserve POST data when + reauthenticating. +* FormSpecialPage::execute() will now call checkLoginSecurityLevel() if + getLoginSecurityLevel() returns non-false. === External library changes in 1.32 === * … @@ -55,7 +59,8 @@ production. * … === Bug fixes in 1.32 === -* … +* SpecialPage::execute() will now only call checkLoginSecurityLevel() if + getLoginSecurityLevel() returns non-false. === Action API changes in 1.32 === * Added templated parameters.