Skip to content

Commit

Permalink
Add changelog entry for removal of pyparsing dependency (pypa#581)
Browse files Browse the repository at this point in the history
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
  • Loading branch information
2 people authored and KOLANICH committed Nov 30, 2022
1 parent 2bd5da3 commit f9dc0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -7,6 +7,7 @@ Changelog
* ``Marker.evaluate`` will now assume evaluation environment with empty ``extra``.
Evaluating markers like ``"extra == 'xyz'"`` without passing any extra in the
``environment`` will no longer raise an exception.
* Remove dependency on ``pyparsing``, by replacing it with a hand-written parser. This package now has no runtime dependencies (:issue:`468`)

21.3 - 2021-11-17
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit f9dc0d9

Please sign in to comment.