Skip to content

Commit

Permalink
document last corejs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 28, 2024
1 parent 05e4048 commit b1ed04a
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.5.0" date="xxxx, 2024" description="Chrome/Edge 128, Firefox 129, WebWorker, Bugfixes">
<action type="add" dev="RhinoTeam">
core-js: optional chaining operator '?.' support added.
</action>
<action type="add" dev="RhinoTeam">
core-js: Some byte code generation fixes for Android.
</action>
<action type="add" dev="RhinoTeam">
core-js: Symbol.prototype.description support added.
</action>
<action type="fix" dev="rbri">
core-js: some minor fixes for the Reflect/Proxy support.
</action>
<action type="add" dev="rbri" issuse="#684">
New (transient) configuration option SSLContext added.
</action>
Expand Down

0 comments on commit b1ed04a

Please sign in to comment.