Skip to content

Commit fd0a504

Browse files
committed
document last changes
1 parent 839ff4b commit fd0a504

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

src/changes/changes.xml

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

99
<body>
1010
<release version="4.12.0" date="April xx, 2025" description="Chrome/Edge 135, Firefox 137, Rhino RegExp, Bugfixes">
11+
<action type="update" dev="rbri">
12+
neko: HTMLScanner always requires a document handler; the null check is moved to the setter
13+
and all the others are removed.
14+
</action>
15+
<action type="fix" dev="rbri">
16+
neko: avoid HTML1011 error for self closing tags.
17+
</action>
18+
<action type="fix" dev="rbri">
19+
neko: ignore whitespace before the closing &gt; when parsing special tags.
20+
</action>
21+
<action type="update" dev="rbri">
22+
neko: remove two superfluous conversions from the code.
23+
</action>
24+
<action type="update" dev="RhinoTeam">
25+
core-js: NativeArray impl is now lambda based.
26+
</action>
27+
<action type="update" dev="rbri">
28+
core-js: improved date string parser; support optional ms digits,
29+
skip ms digits, extended year support is not available in es6
30+
</action>
31+
<action type="update" dev="RhinoTeam">
32+
core-js: detailed message added to IndexOutOfBoundsExceptions
33+
</action>
34+
<action type="update" dev="RhinoTeam">
35+
core-js: add double null check pattern when initializing cache values.
36+
</action>
1137
<action type="fix" dev="rbri">
1238
DomTokenList.forEach() now takes care of the current state of the list
1339
(e.g. the forEach function might add/remove elements to the list itself).

0 commit comments

Comments
 (0)