Skip to content

Commit 4b6c8a5

Browse files
nielsdoskocsismate
andauthored
Update changelog for DOMNode (#4121)
Includes missing 8.3 and 8.4 changes. Closes GH-2893. Co-authored-by: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= <[email protected]>
1 parent 3c6c95f commit 4b6c8a5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

reference/dom/domnode.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,33 @@
404404
</row>
405405
</thead>
406406
<tbody>
407+
<row>
408+
<entry>8.4.0</entry>
409+
<entry>
410+
Method <methodname>DOMNode::compareDocumentPosition</methodname> has
411+
been added.
412+
</entry>
413+
</row>
414+
<row>
415+
<entry>8.4.0</entry>
416+
<entry>
417+
Constants <constant>DOMNode::DOCUMENT_POSITION_DISCONNECTED</constant>,
418+
<constant>DOMNode::DOCUMENT_POSITION_PRECEDING</constant>,
419+
<constant>DOMNode::DOCUMENT_POSITION_FOLLOWING</constant>,
420+
<constant>DOMNode::DOCUMENT_POSITION_CONTAINS</constant>,
421+
<constant>DOMNode::DOCUMENT_POSITION_CONTAINED_BY</constant>,
422+
and
423+
<constant>DOMNode::DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</constant>
424+
have been added.
425+
</entry>
426+
</row>
427+
<row>
428+
<entry>8.3.0</entry>
429+
<entry>
430+
Methods <methodname>DOMNode::contains</methodname>, and
431+
<methodname>DOMNode::isEqualNode</methodname> have been added.
432+
</entry>
433+
</row>
407434
<row>
408435
<entry>8.3.0</entry>
409436
<entry>

0 commit comments

Comments
 (0)