Skip to content

Commit 9ed648b

Browse files
committed
document last changes
1 parent b0fc455 commit 9ed648b

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

src/changes/changes.xml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,32 @@
77
</properties>
88

99
<body>
10-
<release version="4.11.0" date="March xx, 2025" description="Chrome/Edge 134, Firefox 136, less dependencies, Bugfixes">
10+
<release version="4.11.0" date="March xx, 2025" description="Chrome/Edge 134, Firefox 136, Rhino regex, less dependencies, Bugfixes">
11+
<action type="remove" dev="rbri">
12+
Switched back from our RegExp translation into java regular expressions to use the core Rhino stuff. Rhino mades significant
13+
progress in this arae. This simplifies out impl and supports more features in the future.
14+
</action>
15+
<action type="add" dev="RhinoTeam">
16+
core-js: RegExp lookbehind implemented.
17+
</action>
18+
<action type="update" dev="RhinoTeam">
19+
core-js: NativeObject converted from IdScriptableObject to lambda constructor
20+
</action>
21+
<action type="fix" dev="RhinoTeam">
22+
core-js: problem with `super` and nested lambdas
23+
</action>
24+
<action type="fix" dev="RhinoTeam">
25+
core-js: RegExp.prototype[Symbol.match] and String.prototype.match.
26+
</action>
27+
<action type="add" dev="RhinoTeam">
28+
core-js: Implement Symbol.match.
29+
</action>
30+
<action type="fix" dev="RhinoTeam">
31+
core-js: String.prototype.match. As per the spec, it is simply supposed to invoke the Symbol.match of the regexp.
32+
</action>
33+
<action type="fix" dev="RhinoTeam">
34+
core-js: Fix the behaviour of Regexp sticky flag.
35+
</action>
1136
<action type="remove" dev="rbri">
1237
Deprecated methods removed from EncodingSniffer, HttpClientConverter, WebResponse, and WebResponseWrapper.
1338
</action>
@@ -43,7 +68,7 @@
4368

4469
<release version="4.10.0" date="February 22, 2025" description="Chrome/Edge 133, Firefox 135, Javascript Errors, Bugfixes">
4570
<action type="update" dev="RhinoTeam">
46-
NativeGlobal now based on lambda functions.
71+
core-js: NativeGlobal now based on lambda functions.
4772
</action>
4873
<action type="update" dev="rbri">
4974
Avoid using XPath for implementing form submit on enter key pressed.

0 commit comments

Comments
 (0)