Skip to content

Commit 505faaf

Browse files
committed
document last neko changes
1 parent 6506925 commit 505faaf

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
INCOMPATIBLE CHANGE: CookieManager.getPort(URL) removed. Looks like
1313
<a href="http://code.google.com/p/googleappengine/issues/detail?id=4784"> is solved.
1414
</action>
15+
<action type="fix" dev="rbri">
16+
neko: mention CVE-2023-26119 on the github page.
17+
</action>
18+
<action type="fix" dev="rbri">
19+
neko: HtmlTagBalancer.reset() now resets the whole state.
20+
</action>
21+
<action type="fix" dev="rbri">
22+
neko: fix search for message bundles (regression in 3.0.0).
23+
</action>
1524
<action type="fix" dev="rbri" issue="578">
1625
Calls to hasOwnProperty() and getOwnPropertyDescriptor now taking care of form elements accessible from
1726
the form object.
@@ -29,7 +38,7 @@
2938
HTMLCollections are iterable now - you can use them in for..of loops.
3039
</action>
3140
<action type="fix" dev="Lai Quang Duong">
32-
Regexp "[^]" and "[^]" break translation of later char rangen in the regex.
41+
Regexp "[^]" and "[^]" break translation of later char ranges in the regex.
3342
</action>
3443
<action type="add" dev="rbri" issue="573">
3544
window.isSecureContext added.

0 commit comments

Comments
 (0)