X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=882e72d10089e962d2779c152d7aceff83f300bc;hb=e81eed36756b42b53d7a2e8e5f5a39142f29a98f;hp=1bee85534fffcbfd3cd4d272d26c84eed574d8d4;hpb=9ff8e0a94621ff441ba68f64de76c69a5b9c9319;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 1bee85534f..882e72d100 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -34,7 +34,6 @@ production. * … === New features in 1.33 === -* The 'GetPreferences' hook now receives an additional $context parameter. * (T96041) __EXPECTUNUSEDCATEGORY__ on a category page causes the category to be hidden on Special:UnusedCategories. * Add PasswordPolicy to check the password isn't in the large blacklist. @@ -45,10 +44,18 @@ 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. * Updated wikimedia/scoped-callback from 2.0.0 to 3.0.0. +* Updated wikimedia/ip-set from 1.2.0 to 2.0.0. + * The deprecated IPSet\IPSet alias was removed, Wikimedia\IPSet must be + used instead. * … ==== Removed external libraries ==== @@ -161,6 +168,7 @@ because of Phabricator reports. * filterTimezoneInput() * getTimeZoneList() * mw.util.jsMessage(), deprecated in 1.20, was removed. Use mw.notify instead. +* (T61113) User::EDIT_TOKEN_SUFFIX was removed. It was deprecated since 1.27. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -177,6 +185,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 ===