Bring RELEASE-NOTES up to date
authorReedy <reedy@wikimedia.org>
Tue, 23 Jun 2020 00:02:43 +0000 (01:02 +0100)
committerReedy <reedy@wikimedia.org>
Tue, 23 Jun 2020 12:19:58 +0000 (12:19 +0000)
Change-Id: I71eda4b4f5b2b59b6b8bfd87a68bb9834ab99fce

RELEASE-NOTES-1.34

index dcc6a39..c010b2b 100644 (file)
@@ -5,9 +5,22 @@
 THIS IS NOT A RELEASE YET
 
 === Changes since MediaWiki 1.34.1 ===
+* (T247017) PasswordReset performance improvements.
 * The MultiHttpClient code will fallover to non-curl if curl_multi* is blocked.
-* Per-user concurrency in SpecialContributions can now be limited by setting
-  $wgPoolCounterConf['SpecialContributions'] appropriately.
+* (T250568) Work around change in SimpleXMLElement behavior introduced in PHP
+  7.3.17.
+* (T251789) Let $wgResourceLoaderMaxQueryLength=-1 fallback to default.
+* Remove some rotten and out of date documentation.
+* (T252311) Improvements to some older SQLite update patches.
+* (T240307) Minor fixes to extension.schema.v2.json and
+  extension.schema.v1.json.
+* (T238043) cleanupUsersWithNoId.php: Handle missing fields.
+* (T199474) Set rc_patrolled to 2 for autopatrolled changes in
+  rebuildrecentchanges.php.
+* (T229461) Update the change_tag table in rebuildrecentchanges.php.
+* (T249730) Password Reset Updates.
+* (T234450) Per-user concurrency in SpecialContributions can now be limited by
+  setting $wgPoolCounterConf['SpecialContributions'] appropriately.
 
 == MediaWiki 1.34.1 ==