registration: Deprecate ExtensionRegistry->load() in favor of ->queue()
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index ee1a319..6545a1c 100644 (file)
@@ -103,6 +103,8 @@ because of Phabricator reports.
 
 === Deprecations in 1.34 ===
 * The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo.
+* ExtensionRegistry->load() is deprecated, as it breaks dependency checking.
+  Instead, use ->queue().
 * …
 
 === Other changes in 1.34 ===