X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=b68c1c973954b557628f6ed2be3128a543e2eb58;hb=c08e097fe417b1c56218122e67d1493096a56f6c;hp=b4702728fbf16bd0ffaf1f5930e2592931264bce;hpb=c43d2d37a649e898718ca57e1d838a3a7d78a388;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index b4702728fb..b68c1c9739 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -53,6 +53,8 @@ production. the $wgMainCacheType settings. * Callers needing fast light-weight data stores use $wgMainStash to select the store type from $wgObjectCaches. The default is the local database. +* Interface message overrides in the MediaWiki namespace will now be cached in + memcached and APC (if available), rather than memcached and local files. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5. @@ -143,6 +145,7 @@ changes to languages because of Phabricator reports. * DatabaseBase::ignoreErrors() is now protected. * BREAKING CHANGE: mediawiki.legacy.ajax has been removed, following a lengthy deprecation period. +* The ScopedPHPTimeout class was removed. == Compatibility ==