Move release notes for "Introducing pp_sortkey" to 1.24
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 21 May 2014 14:54:54 +0000 (16:54 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 21 May 2014 14:54:54 +0000 (16:54 +0200)
Follows-up I217c42656fb877f, the commit was merged after the
branch cut and was not backported.

Change-Id: Iaa78a8254b3114600052005ce28d752b5f472354

RELEASE-NOTES-1.23
RELEASE-NOTES-1.24

index d010358..ad06059 100644 (file)
@@ -9,9 +9,6 @@ MediaWiki 1.23 is an alpha-quality branch and is not recommended for use in
 production.
 
 === Configuration changes in 1.23 ===
-* Introduced $wgPagePropsHaveSortkey as a backwards-compatibility switch,
-  for using the old schema of the page_props table, in case the respective
-  schema update was not applied.
 * When $wgJobRunRate is higher that zero, jobs are now executed via an
   asynchronous HTTP request to a MediaWiki entry point. This may require
   increasing the number of server worker threads. $wgRunJobsAsync has been
index 72a9982..7968b2e 100644 (file)
@@ -11,6 +11,9 @@ production.
 === Configuration changes in 1.24 ===
 * The server's canonical hostname is available as $wgServerName, which is
   exposed in both mw.config and ApiQuerySiteInfo.
+* Introduced $wgPagePropsHaveSortkey as a backwards-compatibility switch,
+  for using the old schema of the page_props table, in case the respective
+  schema update was not applied.
 
 === New features in 1.24 ===
 * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate