aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.41
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2023-07-14 18:03:41 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2023-07-14 18:03:41 +0000
commit538ae0af3b2e984e84b758a8c1e4ce6bc8a06580 (patch)
tree533600351b856425af356da3f1303eae519e951b /RELEASE-NOTES-1.41
parent75d15250f3ef6f1cb1d02a3eed6c63347dd633d8 (diff)
parent3c5a0c862f834b791d6ac020a26f1d3d401bb34f (diff)
downloadmediawikicore-538ae0af3b2e984e84b758a8c1e4ce6bc8a06580.tar.gz
mediawikicore-538ae0af3b2e984e84b758a8c1e4ce6bc8a06580.zip
Merge "Html: Move encodeJsVar() + encodeJsCall() from Xml"
Diffstat (limited to 'RELEASE-NOTES-1.41')
-rw-r--r--RELEASE-NOTES-1.415
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.41 b/RELEASE-NOTES-1.41
index c475bbe13b7e..05a054454fb9 100644
--- a/RELEASE-NOTES-1.41
+++ b/RELEASE-NOTES-1.41
@@ -368,6 +368,11 @@ because of Phabricator reports.
* ResourceLoader (T127268): The targets system is deprecated. Modules that
have been marked as desktop or mobile only are no longer supported and
will send deprecation warnings.
+* The static methods encodeJsVar() and encodeJsCall() have been moved from the
+ Xml class to the more appropriate MediaWiki\Html\Html one, and the old ones
+ are now deprecated.
+* The XmlJsCode wrapper class has been renamed to MediaWiki\Html\HtmlJsCode,
+ and the old name is now deprecated.
* …
=== Other changes in 1.41 ===