X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=4d643d1063504f201b7c053027ac43f2d3d10868;hb=82fe641c42a9a9a8ba69a927c67efc0f9b18845e;hp=ce31543c067ae1206f92b84b35e4b2b44d6cc6b5;hpb=033459cebe9658f629cae864093dbd19f9136861;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index ce31543c06..4d643d1063 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,9 @@ 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). * … === Deprecations in 1.34 ===