Fix typo in postgres patch-drop-ar_text.sql
[lhc/web/wiklou.git] / RELEASE-NOTES-1.31
index 0898863..24e42e9 100644 (file)
@@ -5,6 +5,7 @@ THIS IS NOT A RELEASE YET
 === Changes since MediaWiki 1.31.1 ===
 * (T204729) WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all
   titles when asked for none
+* (T205967) Fix syntax error typo in postgres database upgrade file.
 
 == MediaWiki 1.31.1 ==
 
@@ -63,6 +64,10 @@ This is a security and maintenance release of the MediaWiki 1.31 branch.
   to the ar_text and ar_flags columns of the archive table or make those
   columns nullable before upgrading to MediaWiki 1.31.
   maintenance/archives/patch-nullable-ar_text.sql shows how to do this for MySQL.
+* The CologneBlue and Modern skins are no longer bundled with the tarball. You
+  will need to remove the wfLoadSkin() calls from your LocalSettings.php or
+  download them separately
+  (<https://www.mediawiki.org/wiki/Special:SkinDistributor>).
 
 === Configuration changes in 1.31 ===
 * $wgEnableAPI and $wgEnableWriteAPI are now deprecated and will be removed in