====================== * Include PR 43 with fixes for `XPathContext.iter_siblings()` (issues 42 and 44)
2.5.1
====================== * Fix for failed floats equality tests (issue 41) * Static typing tested with mypy==0.950
2.5.0
====================== * Add XPath 3.0 support * Better use of lxml.etree features * Full coverage of W3C tests * Drop support for Python 3.6
2.4.0
====================== * Fix type annotations and going strict on parsers and other public classes * Add XPathConstructor token class (subclass of XPathFunction) * Last release for Python 3.6
2.3.2
====================== * Make ElementProtocol and LxmlElementProtocol runtime checkable (only for Python 3.8+) * Type annotations for all package public APIs