X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=11da802d1867643c5e8e5305ee0827fd9cb131be;hb=d2278d1c2ae98e2c177acdab400614f29ac54591;hp=46ffe3619ad33530366f576f99ee4f9f2a3dc797;hpb=2c2e7470e65827343539f91c1ae14b88143b4f40;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 46ffe3619a..11da802d18 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -16,6 +16,8 @@ production. use the 'rawcontinue' parameter to receive raw query-continue data, but the new style is encouraged as it's harder to implement incorrectly. * Deprecated API formats dump and wddx have been completely removed. +* $wgResourceLoaderUseESI was deprecated and removed. This was an experimental + feature that was never enabled by default. === New features in 1.26 === * (T51506) Now action=info gives estimates of actual watchers for a page. @@ -42,6 +44,11 @@ production. * Added new hooks 'EnhancedChangesListModifyLineData' & 'EnhancedChangesListModifyBlockLineData', to modify the data used to build lines in enhanced recentchanges and watchlist. +* Caches that need purging ability now use the WANObjectCache interface. + This corresponds to a new $wgMainWANCache setting, which defaults to using + 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. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5. @@ -84,6 +91,7 @@ changes to languages because of Phabricator reports. * Languages added: ** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द, मेश सिंह बोहरा, and राम प्रसाद जोशी +** luz (لئری دوٙمینی / Southern Luri) === Other changes in 1.26 === * ChangeTags::tagDescription() will return false if the interface message @@ -128,6 +136,7 @@ changes to languages because of Phabricator reports. * $wgSpecialPageGroups was removed (deprecated in 1.21). * SpecialPageFactory::setGroup was removed (deprecated in 1.21). * SpecialPageFactory::getGroup was removed (deprecated in 1.21). +* DatabaseBase::ignoreErrors() is now protected. == Compatibility ==