Skip to content

Commit

Permalink
document rhino changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 4, 2025
1 parent 46aa2bb commit a611741
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

<body>
<release version="4.10.0" date="February xx, 2025" description="Bugfixes">
<action type="update" dev="RhinoTeam">
core-js: Function hoisting inside blocks is no a core Rhino feature, our own hack is gone.
</action>
<action type="update" dev="RhinoTeam">
core-js: Map and Set converted to use lambdas.
</action>
<action type="fix" dev="RhinoTeam">
core-js: lambda-based classes serializable are serializable.
</action>
<action type="update" dev="RhinoTeam">
core-js: bunch of changes to make the SlotMap handling faster.
</action>
<action type="fix" dev="rbri">
CSSStyleSheet - several fixes to throw the correct error.
</action>
Expand Down

0 comments on commit a611741

Please sign in to comment.