Skip to content

Commit 1352794

Browse files
committed
Categories: Replace & with &
This is needed so that https://api.jquery.com/resources/api.xml is no longer showing errors.
1 parent 9216b96 commit 1352794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

categories.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ var files = event.originalEvent.dataTransfer.files;
623623
<desc><![CDATA[
624624
<div id="version-support-warning" class="warning"><i class="icon-info-sign"></i> <span>This is a pre-release. Behavior may change before 4.0.0 final is released.</span></div>
625625
<p>Aspects of the API that were changed in the corresponding version of jQuery.</p>
626-
<p>Dropped support for IE &lt;11 & Edge Legacy, removed deprecated APIs, added FormData support, improved support for CSP & Trusted Types. Automatic JSONP promotion removed. Special handling of boolean attributes removed.</p>
627-
<p>Callbacks & Deferred modules are now excluded from the Slim build.</p>
626+
<p>Dropped support for IE &lt;11 &amp; Edge Legacy, removed deprecated APIs, added FormData support, improved support for CSP &amp; Trusted Types. Automatic JSONP promotion removed. Special handling of boolean attributes removed.</p>
627+
<p>Callbacks &amp; Deferred modules are now excluded from the Slim build.</p>
628628
<p>jQuery is now authored in ESM.</p>
629629
<p>For more information, see the <a href="https://blog.jquery.com/2024/07/17/second-beta-of-jquery-4-0-0/">Release Notes/Changelog of jQuery 4.0.0-beta.2</a>.</p>
630630
<hr/>

0 commit comments

Comments
 (0)