Merge "Reduce contention of getScopedLockAndFlush() callers by using the DB domain...
[lhc/web/wiklou.git] / 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 ===