Bring RELEASE-NOTES up to date
authorReedy <reedy@wikimedia.org>
Mon, 22 Jun 2020 23:48:25 +0000 (00:48 +0100)
committerReedy <reedy@wikimedia.org>
Mon, 22 Jun 2020 23:50:58 +0000 (23:50 +0000)
Change-Id: I359ebf5a6f2aec785674080e9ae4724b31b6a0c2

RELEASE-NOTES-1.31

index 88f43aa..edd827e 100644 (file)
@@ -3,8 +3,18 @@
 THIS IS NOT A RELEASE YET
 
 === Changes since MediaWiki 1.31.7 ===
-* Per-user concurrency in SpecialContributions can now be limited by setting
-  $wgPoolCounterConf['SpecialContributions'] appropriately.
+* (T199809) Don't invalidate BotPasswords if a password reset email is sent.
+* (T247017) PasswordReset performance improvements.
+* (T250568) Work around change in SimpleXMLElement behavior introduced in PHP
+  7.3.17.
+* 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.
+* (T199474) Set rc_patrolled to 2 for autopatrolled changes in
+  rebuildrecentchanges.php.
+* (T206476) Call ob_start() before running tests.
+* (T234450) Per-user concurrency in SpecialContributions can now be limited by
+  setting $wgPoolCounterConf['SpecialContributions'] appropriately.
 
 == MediaWiki 1.31.7 ==