X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=336fa59f5e93c4d9d1371b664a1dc9f22f45f86e;hp=f79747ae3a62e972558e817bf36b1884ae90dad9;hb=326d655fc9309f55112538b387ed8c201158a27d;hpb=1964f24bb466fa0c8c30d075a1e7ef94a84593f9 diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index f79747ae3a..336fa59f5e 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -28,6 +28,9 @@ production. as upstream is inactive and has no plans to move to PHP 7. * The old CategorizedRecentChanges feature, including its related configuration option $wgAllowCategorizedRecentChanges, has been removed. +* (T188472) The 'comma' value for $wgArticleCountMethod is no longer supported for + performance reasons, and installations with this setting will now work as if it + was configured with 'any'. === New features in 1.31 === * Wikimedia\Rdbms\IDatabase->select() and similar methods now support @@ -265,6 +268,7 @@ changes to languages because of Phabricator reports. * The DeferredStringifier class is deprecated, use Message::listParam() instead. * The type string for the parameter $lang of DateFormatter::getInstance is deprecated. +* The global functions wfProfileIn and wfProfileOut, deprecated in 1.25, have been removed. == Compatibility == MediaWiki 1.31 requires PHP 5.5.9 or later. Although HHVM 3.18.5 or later is supported,