(follow-up r96765). Appearently my release notes for that revision were horrible ;)
authorBrian Wolff <bawolff@users.mediawiki.org>
Sun, 11 Sep 2011 20:37:22 +0000 (20:37 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sun, 11 Sep 2011 20:37:22 +0000 (20:37 +0000)
RELEASE-NOTES-1.18

index 144da2e..cf9e1b6 100644 (file)
@@ -209,7 +209,8 @@ production.
 * Introduced $wgVaryOnXFPForAPI which will cause the API to send
   Vary: X-Forwarded-Proto headers.
 * New maintenance script to refresh image metadata (maintenance/refreshImageMetadata.php)
-* (bug 30722) Add a new collation that sorts categories in ascii sort order.
+* (bug 30722) Add an identity collation that sorts things based on what the
+  unicode code point is (aka pre-1.17 behaviour)
 
 === Bug fixes in 1.18 ===
 * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)