Release notes for ResultWrapper indexing change
authorGergő Tisza <tgr.huwiki@gmail.com>
Thu, 11 Jul 2019 13:37:31 +0000 (15:37 +0200)
committerGergő Tisza <tgr.huwiki@gmail.com>
Thu, 11 Jul 2019 13:37:31 +0000 (15:37 +0200)
Bug: T227665
Change-Id: I81c0f715688a581edc193b96b96db93ff7679670

RELEASE-NOTES-1.34

index ce31543..574e460 100644 (file)
@@ -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 ===