From 77e363628b3cac04790a79dfadbb0434e9b9dda7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerg=C5=91=20Tisza?= Date: Thu, 11 Jul 2019 15:37:31 +0200 Subject: [PATCH] Release notes for ResultWrapper indexing change Bug: T227665 Change-Id: I81c0f715688a581edc193b96b96db93ff7679670 --- RELEASE-NOTES-1.34 | 3 +++ 1 file changed, 3 insertions(+) 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 === -- 2.20.1