Merge "Remove Title::escapeFragmentForURL, deprecated in 1.30, unused"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.33
index 168ccc2..3155125 100644 (file)
@@ -48,6 +48,8 @@ production.
   Content::getNativeData() for text-based content models.
 * (T210814) SVGs are now by default displayed in wiki language on image
   pages.
+* (T214706) LinksUpdate::getAddedExternalLinks() and
+  LinksUpdate::getRemovedExternalLinks() were introduced.
 
 === External library changes in 1.33 ===
 
@@ -193,6 +195,8 @@ because of Phabricator reports.
 * Class SquidUpdate, deprecated in 1.27, was removed.
 * Title->getSquidURLs(), deprecated in 1.27, was removed. Instead, use
   Title->getCdnUrls().
+* Title::escapeFragmentForURL(), deprecated in 1.30, was removed. Use
+  Sanitizer::escapeIdForLink() or escapeIdForExternalInterwiki() instead.
 
 === Deprecations in 1.33 ===
 * The configuration option $wgUseESI has been deprecated, and is expected