We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c69c40 commit 3a1c389Copy full SHA for 3a1c389
1 file changed
src/changes/changes.xml
@@ -8,6 +8,19 @@
8
9
<body>
10
<release version="3.8.0" date="November xx, 2023" description="Chrome/Edge 119, Bugfixes">
11
+ <action type="add" dev="RhinoTeam">
12
+ core-js: hashbang support added.
13
+ </action>
14
+ <action type="fix" dev="RhinoTeam">
15
+ core-js: handling of object indices more in line with the spec. This repaces the fix
16
+ we had since 3.4.
17
18
19
+ core-js: allow updating of 'name' of a function, as required by the standard.
20
21
22
+ core-js: javascript 'Set' cannot handle wrapped java objects properly.
23
24
<action type="fix" dev="rbri" issue="#663">"
25
Improved detection onf XML/XHtml content when not content type header is set.
26
</action>
0 commit comments