Skip to content

Commit

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

This patch adds support for variable-width bytes in our IR layer (:pull:`3962`), which should mean improved performance anywhere you use :func:`~hypothesis.strategies.binary`.
This release adds support for variable-width bytes in our IR layer (:issue:`3921`), which should mean improved performance anywhere you use :func:`~hypothesis.strategies.binary`. If you maintain an alternative backend as part of our (for now explicitly unstable) :ref:`alternative-backends`, this release changes the ``draw_*`` interface and may be a breaking change for you.

0 comments on commit 1636d85

Please sign in to comment.