Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 2, 2024
1 parent a07d2bd commit 47aebc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@

<body>
<release version="4.6.0" date="xxxx, 2024" description="Chrome/Edge 130, Firefox 132, Bugfixes">
<action type="fix" dev="rbri">
No longer use getElementsByTagName() in cases we do not need the live update capabilites of the result.
This reduces the internal workload and should make some cases faster.
</action>
<action type="fix" dev="rbri" issue="#837">
DomElement.click() now returns the correct page if the page contans a js based form auto submit.
This was a regression from version 4.4.0.
</action>
<action type="add" dev="RhinoTeam">
Nullish assignment operator '??=' implemented.
</action>
<action type="add" dev="RhinoTeam">
<action type="add" dev="rbri">
Like real browsers work a bit more optimized as long as no CharacterDataChangeListener/DomChangeListener
is registered. In this case we can avoid some dom tree traversal.
</action>
Expand Down

0 comments on commit 47aebc7

Please sign in to comment.