RELEASE-NOTES-1.43: Add note about mw.Uri being deprecated

Bug: T374314
Change-Id: I61a9df578c0d12498769f4ef59da87b829dfe754
This commit is contained in:
James D. Forrester 2024-10-03 09:43:01 -04:00
parent f29acd320a
commit bd5fb63494

View file

@ -883,6 +883,9 @@ because of Phabricator reports.
* (T45646) The hook 'SkinCopyrightFooter' is deprecated in favor of
'SkinCopyrightFooterMessage'. The new hook allows specifying copyright
messages that are parsed as wikitext instead of being treated as raw HTML.
* (T374314) The 'mw.Uri' module has been deprecated in favour of the browser-
native URL interface, which is now provided in all supported user agents. For
details, see <https://developer.mozilla.org/en-US/docs/Web/API/URL>.
* …
=== Other changes in 1.43 ===