Skip to content

Commit

Permalink
Document changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed May 9, 2022
1 parent 6891abf commit 5a63f69
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ of XIST. For a description of how to update your code to each versions of XIST
see :ref:`MIGRATION`.


Changes in ???? (released ??/??/2022)
-------------------------------------

* :class:`ll.xist.xfind.Selector` now implements the reflected operators too.
This reenables certain argument combinations after
:meth:`ll.xist.xsc._Node_Meta.__or__` was dropped in version 5.69.

* :class:`ll.xist.xfind.NotCombinator` now converts its argument to a
:class:`~ll.xist.xfind.Selector` object, instead of expecting it to already
be one.

* However, some XFind expressions are still invalid, e.g. ``~html.h1`` will not
work. Use ``~xfind.IsInstanceSelector(html.h1)``, ``~xfind.selector(html.h1)``
or ``xfind.NotCombinator(html.h1)``.


Changes in 5.70 (released 03/11/2022)
-------------------------------------

Expand Down

0 comments on commit 5a63f69

Please sign in to comment.