From: Gergő Tisza Date: Thu, 11 Jul 2019 13:37:31 +0000 (+0200) Subject: Release notes for ResultWrapper indexing change X-Git-Tag: 1.34.0-rc.0~1054^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=77e363628b3cac04790a79dfadbb0434e9b9dda7;p=lhc%2Fweb%2Fwiklou.git Release notes for ResultWrapper indexing change Bug: T227665 Change-Id: I81c0f715688a581edc193b96b96db93ff7679670 --- diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index ce31543c06..574e460f37 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -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 ===