Drop LinkCache->addLink(), deprecated in 1.27 and unused
[lhc/web/wiklou.git] / RELEASE-NOTES-1.33
index f97539b..ee4f215 100644 (file)
@@ -211,6 +211,12 @@ because of Phabricator reports.
   this via MediaWiki\MediaWikiServices::getInstance()->getSiteStore() directly.
 * Linker::formatSize, deprecated in 1.28, has been removed (with DummyLinker's).
   Instead, use Language->formatSize() with the relevant Language object.
+* Linker::formatTemplates, deprecated in 1.28, has been removed (along with the
+  version in DummyLinker). You can use TemplatesOnThisPageFormatter directly.
+* EventRelayerGroup::singleton(), deprecated in 1.27, has been removed. You can
+  use MediaWikiServices::getInstance()->getEventRelayerGroup() directly.
+* LinkCache->addLink(), deprecated in 1.27, has been removed. It is thought to
+  be unused, and is distinct from OutputPage->addLink(), which remains.
 
 === Deprecations in 1.33 ===
 * The configuration option $wgUseESI has been deprecated, and is expected