X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=65e07992b323aa19aa802336fb394e9afa50fd46;hb=e75f7bd5715b9150316227356d0a77cac1902054;hp=bf50a4740adf56912bfbc081ca1728e07e7a387f;hpb=9dfb45cc7c6ab53b55a484233795e7451cbee680;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index bf50a4740a..65e07992b3 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -10,8 +10,17 @@ production. === Configuration changes in 1.27 === * Removed $wgUseLinkNamespaceDBFields +* Deprecated $wgResourceLoaderMinifierStatementsOnOwnLine and + $wgResourceLoaderMinifierMaxLineLength, because there was little value in + making the behavior configurable. The default values (`false` for the former, + 1000 for the latter) are now hard-coded. +* $wgDebugDumpSqlLength was removed (deprecated in 1.24). +* $wgDebugDBTransactions was removed (deprecated in 1.20). === New features in 1.27 === +* $wgDataCenterId and $wgDataCenterRoles where added, which will serve as + basic configuration settings needed for multi-datacenter setups. + $wgDataCenterUpdateStickTTL was also added. ==== External libraries ====