Skip to content

Commit 47aebc7

Browse files
committed
docu
1 parent a07d2bd commit 47aebc7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/changes/changes.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@
88

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

0 commit comments

Comments
 (0)