Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Sep 16, 2023
1 parent 3dfaa67 commit e0f11fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions user_guide_src/source/changelogs/v4.4.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Changes
command was removed. It did not work from the beginning. Also, the rollback
command returns the database(s) state to a specified batch number and cannot
specify only a specific database group.
- **DomParser:** The new methods were added ``seeXPath()`` and ``dontSeeXPath()``
which allows users to work directly with DOMXPath object, using complex expressions.

Deprecations
************
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/testing/response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ seeXPath()
---------

You can use ``seeXPath()`` to take advantage of the full power that xpath gives you.
This method is aimed at more advanced users who want to write a more complex query
This method is aimed at more advanced users who want to write a more complex expressions
using the DOMXPath object directly:

.. literalinclude:: response/033.php
Expand Down

0 comments on commit e0f11fc

Please sign in to comment.