aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.34
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE-NOTES-1.34')
-rw-r--r--RELEASE-NOTES-1.343
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34
index 8ecc469d67b0..56a886e44729 100644
--- a/RELEASE-NOTES-1.34
+++ b/RELEASE-NOTES-1.34
@@ -92,6 +92,8 @@ For notes on 1.33.x and older releases, see HISTORY.
to add fields to Special:Mute.
* (T100896) Skin authors can define custom OOUI themes using OOUIThemePaths.
See <https://www.mediawiki.org/wiki/OOUI/Themes> for details.
+* The HtmlCacheUpdater service was added to unify the logic of purging CDN cache
+ and HTML file cache to simplify callers and make them more consistent.
=== External library changes in 1.34 ===
@@ -435,6 +437,7 @@ because of Phabricator reports.
* SearchEngine::textAlreadyUpdatedForIndex() is deprecated, given the
deprecation above this method is no longer needed/called and should not be
implemented by SearchEngine implementation.
+* Title::purgeSquid is deprecated. Use MediaWikiServices::getHtmlCacheUpdater.
=== Other changes in 1.34 ===
* …