Update RELEASE-NOTES-1.34 for backports
authorReedy <reedy@wikimedia.org>
Tue, 26 Nov 2019 11:35:45 +0000 (11:35 +0000)
committerReedy <reedy@wikimedia.org>
Tue, 26 Nov 2019 11:35:45 +0000 (11:35 +0000)
Change-Id: I954c8a7ea2f988783c9e23c8206f24eccd343cd2

RELEASE-NOTES-1.34

index c8f88ff..8121586 100644 (file)
@@ -10,6 +10,10 @@ for use in production.
   difference engine to use. MediaWiki continues to default to automatically
   choosing the first of $wgExternalDiffEngine, wikidiff2, or php that is
   usable.
+* (T231866) SqlBlobStore no longer needs Language object.
+* (T236735) WikiExporter: Remove unnecessary check for SCHEMA_COMPAT_WRITE_OLD
+  flag.
+* (T231673) Set MCR migration stage to SCHEMA_COMPAT_NEW.
 
 == MediaWiki 1.34.0-rc.1 ==
 
@@ -92,6 +96,10 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false;
   redirects in their userspace unless the target of the redirect is also in
   their userspace. By default, this right is given to everyone.
 * (T226733) Add rate limiter to Special:ConfirmEmail.
+* $wgDiffEngine (T237049) – This configuration can be used to specify which
+  difference engine to use. MediaWiki continues to default to automatically
+  choosing the first of $wgExternalDiffEngine, wikidiff2, or php that is
+  usable.
 
 ==== Changed configuration ====
 * $wgUseCdn, $wgCdnServers, $wgCdnServersNoPurge, and $wgCdnMaxAge – These four