Merge "Skin: Hard deprecate escapeSearchLink()"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 2b57311..0d9bf9a 100644 (file)
@@ -247,6 +247,11 @@ because of Phabricator reports.
   Use MediaWiki\Session\SessionManager instead.
 * The wfGetLBFactory global function, deprecated in 1.27, has been removed.
   Use MediaWikiServices::getInstance()->getDBLoadBalancerFactory().
+* The internal method OutputPage->addScriptFile() will no longer silently drop
+  calls that use an invalid path (i.e., something other than an absolute path,
+  protocol-relative URL, or full scheme URL), and will instead pass them to the
+  client where they will likely 404. This usage was deprecated in 1.24.
+* Database::reportConnectionError, deprecated in 1.32, has been removed.
 * …
 
 === Deprecations in 1.34 ===