Skip to content

Commit

Permalink
rewrite release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed May 14, 2024
1 parent eac904c commit 9110e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
RELEASE_TYPE: patch

This patch improves our shrinking of :func:`~hypothesis.strategies.sets` and :func:`~hypothesis.strategies.lists` with ``unique=True`` (:pull:`3987`).
This patch improves our shrinking of unique collections, such as :func:`~hypothesis.strategies.dictionaries`,
:func:`~hypothesis.strategies.sets`, and :func:`~hypothesis.strategies.lists` with ``unique=True``.

0 comments on commit 9110e34

Please sign in to comment.