Move release notes for "Introducing pp_sortkey" to 1.24
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 21 May 2014 15:22:57 +0000 (17:22 +0200)
committerKrinkle <krinklemail@gmail.com>
Wed, 21 May 2014 15:33:55 +0000 (15:33 +0000)
Follows-up I217c42656 and Iaa78a8254, the commit was merged
before the branch cut and then reverted in REL1_23. The notes
were never fixed in master.

Change-Id: I5355ac405aef4d2b0d660205bc1231c6eb35c02d

RELEASE-NOTES-1.23
RELEASE-NOTES-1.24

index 3e5eb98..29d58a6 100644 (file)
@@ -275,9 +275,6 @@ changes to languages because of Bugzilla reports.
 * Support was added for Northern Luri (lrc).
 
 === Other changes in 1.23 ===
-* Added pp_sortkey column to page_props table, so pages can be efficiently
-  queried and sorted by property value (bug 58032).
-  See $wgPagePropsHaveSortkey if you want to postpone the schema change.
 * The rc_type field in the recentchanges table has been superseded by a new
   rc_source field.  The rc_source field is a string representation of the
   change type where rc_type was a numeric constant.  This field is not yet
index f7e0599..bb5a662 100644 (file)
@@ -73,6 +73,9 @@ changes to languages because of Bugzilla reports.
 * mediawiki.util.$content no longer supports old versions of the Vector,
   Monobook, Modern and CologneBlue skins that don't yet implement the "mw-body"
   and/or "mw-body-primary" class name in their html.
+* Added pp_sortkey column to page_props table, so pages can be efficiently
+  queried and sorted by property value (bug 58032).
+  See $wgPagePropsHaveSortkey if you want to postpone the schema change.
 
 ==== Renamed classes ====
 * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression