Skip to content

Commit 1488042

Browse files
committed
document last changes
1 parent 26196ff commit 1488042

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/changes/changes.xml

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
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="fix" dev="RhinoTeam">
12+
core-js: Complete reimplementation of 'String.prototype.search', 'String.prototype.replace',
13+
'String.prototype.replaceAll', and 'String.prototype.split'. The new impl is much closer to the spec.
14+
</action>
15+
<action type="fix" dev="RhinoTeam">
16+
core-js: Fix a character class parsing regression for regexp.
17+
</action>
18+
<action type="fix" dev="RhinoTeam">
19+
core-js: Fix handling of \x and \u in regexp.
20+
</action>
1121
<action type="add" dev="rbri">
1222
FF137: SVGDiscardElement added.
1323
</action>

0 commit comments

Comments
 (0)