Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jul 1, 2023
1 parent 9425f4b commit fc0ad72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ Release Notes
1.3.0 (2023-07-01)
++++++++++++++++++

This release drops support for Python versions below 3.7

* API changes:
- Added ``popvalue`` method to mirror recent ``topvalue`` addition.
- Added ``default`` argument to ``top`` and support for ``default`` using ``pop`` with PQ semantics, to return when the collection is empty.
- Added ``default`` argument to ``top`` and support for ``default`` using ``pop`` with PQ semantics. This value is returned when the collection is empty.

* Maintenance:
- Dropped support for Python 2.7, 3.4, 3.5, and 3.6 (#22).
- Inlined type annotations and removed stub file. Thanks for advice from `@aqeelat <https://github.com/aqeelat>_`.
- Migrate to pyproject.toml
- Linting and static type checking in CI


1.2.1 (2023-06-26)
Expand Down

0 comments on commit fc0ad72

Please sign in to comment.