Skip to content

Commit

Permalink
Add changelog entry for removal of pyparsing dependency (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
  • Loading branch information
hroncok and pradyunsg committed Aug 5, 2022
1 parent 2e5593c commit 213cb95
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 213cb95

Please sign in to comment.