Skip to content

Commit fc0ad72

Browse files
committed
Update changelog
1 parent 9425f4b commit fc0ad72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ Release Notes
44
1.3.0 (2023-07-01)
55
++++++++++++++++++
66

7+
This release drops support for Python versions below 3.7
8+
79
* API changes:
810
- Added ``popvalue`` method to mirror recent ``topvalue`` addition.
9-
- Added ``default`` argument to ``top`` and support for ``default`` using ``pop`` with PQ semantics, to return when the collection is empty.
11+
- Added ``default`` argument to ``top`` and support for ``default`` using ``pop`` with PQ semantics. This value is returned when the collection is empty.
1012

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

1619

1720
1.2.1 (2023-06-26)

0 commit comments

Comments
 (0)