Skip to content

Commit f4d9346

Browse files
committed
core-js and neko changes
1 parent cf44c61 commit f4d9346

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/changes/changes.xml

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

99
<body>
1010
<release version="4.16.0" date="August 17, 2025" description="StringUtils, Brotli, Bugfixes">
11+
<action type="fix" dev="RhinoTeam">
12+
core-js: make Object.assign copy over Symbol properties
13+
</action>
14+
<action type="fix" dev="RhinoTeam">
15+
core-js: some methods should not have a prototype property
16+
</action>
17+
<action type="add" dev="RhinoTeam">
18+
core-js: ES2025 Promise.try implemented
19+
</action>
20+
<action type="add" dev="RhinoTeam">
21+
core-js: spread for object literals implemented
22+
</action>
23+
<action type="update" dev="rbri">
24+
neko: do not check for bom headers on compressed streams
25+
</action>
1126
<action type="update" dev="rbri">
1227
WebClient waitForBackgroundJavaScript(long), waitForBackgroundJavaScriptStartingBefore(long), and
1328
waitForBackgroundJavaScriptStartingBefore(long, long) no longer marked as experimental.

0 commit comments

Comments
 (0)