Move 3f1e9fa268cd release notes into 1.27 file
authorKunal Mehta <legoktm@gmail.com>
Fri, 20 Nov 2015 23:05:00 +0000 (15:05 -0800)
committerChad <chadh@wikimedia.org>
Sat, 21 Nov 2015 00:14:43 +0000 (00:14 +0000)
Change-Id: I651092bf7c0e7383e4dbe16c29c1ddbdabb51f80

RELEASE-NOTES-1.26
RELEASE-NOTES-1.27

index 94f8b91..322be93 100644 (file)
@@ -248,10 +248,6 @@ changes to languages because of Phabricator reports.
 * DatabaseBase::errorCount() was removed (unused).
 * $wgDeferredUpdateList was removed.
 * DeferredUpdates::addHTMLCacheUpdate() was removed.
-* Calling ResourceLoaderFileModule::readStyleFiles() without a
-  ResourceLoaderContext instance is deprecated.
-* ResourceLoader::getLessCompiler() now takes an optional parameter of
-  additional LESS variables to set for the compiler.
 
 == Compatibility ==
 
index dfeca3c..6798e25 100644 (file)
@@ -141,6 +141,10 @@ changes to languages because of Bugzilla reports.
   'Project:Oversight' to 'Project:Suppress'.
 * DatabaseBase::resultObject() is now protected (use outside Database classes
   not necessary since 1.11).
+* Calling ResourceLoaderFileModule::readStyleFiles() without a
+  ResourceLoaderContext instance is deprecated.
+* ResourceLoader::getLessCompiler() now takes an optional parameter of
+  additional LESS variables to set for the compiler.
 
 == Compatibility ==