Move a05971dfc7fd release notes into 1.27 file
authorKunal Mehta <legoktm@gmail.com>
Fri, 20 Nov 2015 22:21:40 +0000 (14:21 -0800)
committerReedy <reedy@wikimedia.org>
Fri, 20 Nov 2015 23:20:43 +0000 (23:20 +0000)
Change-Id: Ie020342abe76d751515a907e0755ee9855c84874

RELEASE-NOTES-1.26
RELEASE-NOTES-1.27

index 60dca97..23d73b3 100644 (file)
@@ -258,8 +258,6 @@ changes to languages because of Phabricator reports.
 * DeferredUpdates::addHTMLCacheUpdate() was removed.
 * The default name of the 'suppress' group page has been changed from
   'Project:Oversight' to 'Project:Suppress'.
-* (T84937) Free external links ("autolinked" urls) will now be terminated
-  by &nbsp; and HTML entity encodings of &nbsp, <, and >.
 * DatabaseBase::resultObject() is now protected (use outside Database classes
   not necessary since 1.11).
 * Calling ResourceLoaderFileModule::readStyleFiles() without a
index 5e5a236..9027f62 100644 (file)
@@ -124,6 +124,8 @@ changes to languages because of Bugzilla reports.
 * WikiPage::doQuickEdit() was removed (deprecated since 1.21).
 * Removed SiteObject and SiteArray classes (deprecated in 1.21).
 * MessageBlobStore::getInstance() was removed (deprecated since 1.25).
+* (T84937) Free external links ("autolinked" urls) will now be terminated
+  by &nbsp; and HTML entity encodings of &nbsp, <, and >.
 
 == Compatibility ==