X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=1ab9d4e90c0c7691f47b5dc58f8f76c13fbf6846;hb=8c18b95cbe8149544dbf284733ebd6edb4f2f031;hp=baf3689c12f1133fcc80f59838cc3c4a25195ded;hpb=df2254dc1cb41c02427c2fbb25971adab11f876f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index baf3689c12..1ab9d4e90c 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -44,6 +44,11 @@ production. ==== New external libraries ==== * Added wikimedia/password-blacklist 0.1.4. * … +* 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. @@ -177,6 +182,8 @@ because of Phabricator reports. This will help identify the issue if you added it to $wgAuthManagerConfig. * wfSplitWikiId() is now deprecated. Cache key generation should have the wiki domain ID as a key component and use makeGlobalKey(). +* (T202094) Title::getUserCaseDBKey() is deprecated; instead, please use + Title::getDBKey(), which doesn't vary case. * … === Other changes in 1.33 ===