Merge "registration: Deprecate ExtensionRegistry->load() in favor of ->queue()"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 199b82c..901cd01 100644 (file)
@@ -106,6 +106,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 ===