Upgraded composer/semver to 1.2.0
[lhc/web/wiklou.git] / RELEASE-NOTES-1.27
index 39b3891..4a35948 100644 (file)
@@ -87,6 +87,7 @@ production.
 
 == External libraries ==
 === Upgraded external libraries ===
+* Upgraded composer/semver from v1.0.0 to v1.2.0
 
 === New external libraries ===
 * Added wikimedia/cldr-plural-rule-parser v1.0.0
@@ -106,6 +107,7 @@ production.
 * Added difftotextpst to query=revisions which preforms a pre-save transform on
   the text before diffing it.
 * Deprecated formats dbg, txt, and yaml have been removed.
+* (T47988) The protect log event details now use new-style formatting.
 
 === Action API internal changes in 1.27 ===
 * ApiQueryORM removed.
@@ -118,7 +120,7 @@ production.
 
 MediaWiki supports over 350 languages. Many localisations are updated
 regularly. Below only new and removed languages are listed, as well as
-changes to languages because of Bugzilla reports.
+changes to languages because of Phabricator reports.
 
 * (T113688) Change default numerals from Gurmukhi to Arabic for Punjabi locale.
 
@@ -136,6 +138,14 @@ changes to languages because of Bugzilla reports.
   by &nbsp; and HTML entity encodings of &nbsp, <, and >.
 * (T36948) The default file revert message's timestamp is now in $wgLocaltimezone,
   instead of UTC.
+* The default name of the 'suppress' group page has been changed from
+  '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 ==