Skip to content

Commit

Permalink
Add a changelog entry about private API changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Oct 27, 2022
1 parent e26aa4d commit faa595c
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions CHANGES
Expand Up @@ -10,12 +10,6 @@ Unreleased.

* Add type annotations (PEP 484 and PEP 561).

* Many CI additions and improvements.

* Include tests in the PyPI tarball.

* Improve the test coverage.

* More features from the CSS Selectors Level 4:

* The ``:is()`` pseudo-class.
Expand All @@ -28,6 +22,21 @@ Unreleased.

* Add parentheses to fix condition precedence in some cases.

* Private API changes related to the removal of the Python 2 support:

* Remove ``_unicode`` and ``_unichr`` aliases from ``csselect.parser``.

* Remove ``_basestring`` and ``_unicode`` aliases from ``csselect.xpath``.

* Deprecate ``csselect.xpath._unicode_safe_getattr()`` and change it to just
call ``getattr()``.

* Include tests in the PyPI tarball.

* Many CI additions and improvements.

* Improve the test coverage.


Version 1.1.0
-------------
Expand Down

0 comments on commit faa595c

Please sign in to comment.