Fixed release note added in r54326 which was in the wrong section.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 3 Aug 2009 23:44:39 +0000 (23:44 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 3 Aug 2009 23:44:39 +0000 (23:44 +0000)
RELEASE-NOTES

index 2f3921e..5179221 100644 (file)
@@ -79,10 +79,6 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainsRegex added 
   to control which external domains may access the API via cross-site AJAX.
 * $wgMaintenanceScripts for extensions to add their scripts to the default list
-* OutputPage::addStyle now appends projection to the media attribute of any
-  style that specifies the media attribute as screen. This is done to resolve
-  and issue with Opera (bug 18497) where fullscreen mode is assumed to be
-  projection mode and the style sheet for screen media is no longer used.
 
 === New features in 1.16 ===
 
@@ -386,6 +382,10 @@ this. Was used when mwEmbed was going to be an extension.
   preferences
 * (bug 18855) commandLine.inc and Maintenance.php are now properly included
   using the full path
+* OutputPage::addStyle now appends projection to the media attribute of any
+  style that specifies the media attribute as screen. This is done to resolve
+  and issue with Opera (bug 18497) where fullscreen mode is assumed to be
+  projection mode and the style sheet for screen media is no longer used.
 
 == API changes in 1.16 ==