Upgraded composer/semver to 1.2.0
[lhc/web/wiklou.git] / RELEASE-NOTES-1.27
index 4e6da9b..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
@@ -119,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.
 
@@ -139,6 +140,12 @@ changes to languages because of Bugzilla reports.
   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 ==