Skip to content

Commit

Permalink
Update RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jul 19, 2023
1 parent 0bccdcc commit 635c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RELEASE_TYPE: minor

:func:`~hypothesis.strategy.from_regex` now supports the atomic grouping
:func:`~hypothesis.strategies.from_regex` now supports the atomic grouping
(``(?>...)``) and possessive quantifier (``*+``, ``++``, ``?+``, ``{m,n}+``)
syntax `added in Python 3.11 <https://docs.python.org/3/whatsnew/3.11.html#re>`__.

Expand Down

0 comments on commit 635c512

Please sign in to comment.