X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=be24b50c6263f77e0e6526ef9af7ca0a3d199028;hb=40a260b04f99458c1eb65127b0a8a7ec0aba79de;hp=ce31543c067ae1206f92b84b35e4b2b44d6cc6b5;hpb=0e9aa686c6ec3b6a6e247f6f18aaa560ea0bb761;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index ce31543c06..be24b50c62 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -82,7 +82,7 @@ For notes on 1.33.x and older releases, see HISTORY. * Updated wikimedia/at-ease from 1.2.0 to 2.0.0. * Updated wikimedia/remex-html from 2.0.1 to 2.0.3. * Updated monolog/monolog from 1.22.1 to 1.24.0 (dev-only). -* Updated wikimedia/object-factory from 1.0.0 to 2.0.0. +* Updated wikimedia/object-factory from 1.0.0 to 2.1.0. * Updated wikimedia/timestamp from 2.2.0 to 3.0.0. * Updated wikimedia/xmp-reader from 0.6.2 to 0.6.3. * Updated mediawiki/mediawiki-phan-config from 0.6.0 to 0.6.1 (dev-only). @@ -267,6 +267,11 @@ because of Phabricator reports. * The 'user.groups' module, deprecated in 1.28, was removed. Use the 'user' module instead. * The ability to override User::$mRights has been removed. +* Previously, when iterating ResultWrapper with foreach() or a similar + construct, the range of the index was 1..numRows. This has been fixed to be + 0..(numRows-1). +* The ChangePasswordForm hook, deprecated in 1.27, has been removed. Use the + AuthChangeFormFields hook or security levels instead. * … === Deprecations in 1.34 ===