Start RELEASE-NOTES for 1.31.6
[lhc/web/wiklou.git] / RELEASE-NOTES-1.31
index 231f710..34dde1e 100644 (file)
@@ -1,7 +1,22 @@
-== MediaWiki 1.31.4 ==
+== MediaWiki 1.31.6 ==
 
 THIS IS NOT A RELEASE YET
 
+=== Changes since MediaWiki 1.31.5 ===
+
+== MediaWiki 1.31.5 ==
+
+This is a maintenance release of the MediaWiki 1.31 branch.
+
+=== Changes since MediaWiki 1.31.4 ===
+* Fix extra newlines in installer.
+* Followup T230402, PermissionManager doesn't exist until 1.33, so fix the
+  backported patches to use User::isAllowed() instead.
+
+== MediaWiki 1.31.4 ==
+
+This is a security and maintenance release of the MediaWiki 1.31 branch.
+
 === Changes since MediaWiki 1.31.3 ===
 * (T207100) Updated LanguageTr for dotted and dotless I in PHP 7.3.
 * The ImgAuthModifyHeaders hook was added to img_auth.php to allow modification
@@ -14,6 +29,10 @@ THIS IS NOT A RELEASE YET
 * (T202183) Give more specific error messages on Special:Redirect.
 * Cache redirects from Special:Redirect.
 * (T231386) dispatchUser() should use a 302 http status code.
+* (T227662) Split down patch-comment-table.sql and patch-actor-table.sql into
+  separate files to help allieviate potential migration problems.
+* Make SQLite's patch-add-3d.sql a no-op to prevent clobbering other database
+  updates.
 
 == MediaWiki 1.31.3 ==