Skip to content

Commit a0cf47b

Browse files
committed
document last improvements
1 parent bcb83aa commit a0cf47b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@
88

99
<body>
1010
<release version="5.4.0" date="August xx, 2026" description="Chrome/Edge 150, Bugfixes">
11+
<action type="update" dev="rbri">
12+
The (i)frames request now sends also the acceppt header.
13+
</action>
14+
<action type="update" dev="rbri">
15+
Area link handling is now in sync with anchor (implementation shared via new class HyperlinkElementSupport
16+
and new interface HyperlinkElement). This addes e.g. 'ping' and 'download' attribute support.
17+
</action>
18+
<action type="update" dev="rbri">
19+
Script web request respects the 'crossorigin' attribute.
20+
</action>
21+
<action type="update" dev="rbri">
22+
Anchor ping request now sends also the acceppt encoding and cache control headers.
23+
</action>
24+
<action type="update" dev="rbri">
25+
Anchor web request respects the 'crossorigin' attribute.
26+
</action>
27+
<action type="update" dev="rbri">
28+
Major update of the WebRequest to improve the Sec-Fetch-* HTTP header support.
29+
</action>
1130
<action type="update" dev="rhino">
1231
The url/anchor hostname setter handling got some fixes.
1332
</action>

0 commit comments

Comments
 (0)