Skip to content

Commit d5b091a

Browse files
committed
update release notes
1 parent 8f4faf0 commit d5b091a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hypothesis-python/RELEASE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
RELEASE_TYPE: patch
22

3-
Support |st.from_type| for :pypi:`numpy` 2.5.0 nightly (which has not yet been released).
3+
Fixes :ref:`Ghostwriter <ghostwriter>` output for :pypi:`numpy` >= 2.4.0. Also adds support |st.from_type| for :pypi:`numpy` 2.5.0 nightly (which has not yet been released).

hypothesis-python/docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4339,7 +4339,7 @@ Thanks to Felix Divo for the new feature!
43394339
-------------------
43404340

43414341
This patch fixes invalid annotations detected for the tests generated by
4342-
:ref:`Ghostwritter <ghostwriter>`. It will now correctly generate ``Optional``
4342+
:ref:`Ghostwriter <ghostwriter>`. It will now correctly generate ``Optional``
43434343
types with just one type argument and handle union expressions inside of type
43444344
arguments correctly. Additionally, it now supports code with the
43454345
``from __future__ import annotations`` marker for Python 3.10 and newer.
@@ -4373,7 +4373,7 @@ For now, we capture calls made via :func:`~hypothesis.strategies.builds`, and vi
43734373
6.64.0 - 2023-01-23
43744374
-------------------
43754375

4376-
The :ref:`Ghostwritter <ghostwriter>` will now include type annotations on tests
4376+
The :ref:`Ghostwriter <ghostwriter>` will now include type annotations on tests
43774377
for type-annotated code. If you want to force this to happen (or not happen),
43784378
pass a boolean to the new ``annotate=`` argument to the Python functions, or
43794379
the ``--[no-]annotate`` CLI flag.
@@ -4916,7 +4916,7 @@ This PR was kindly supported by `Ordina Pythoneers
49164916
6.47.0 - 2022-06-07
49174917
-------------------
49184918

4919-
The :ref:`Ghostwritter <ghostwriter>` can now write tests for
4919+
The :ref:`Ghostwriter <ghostwriter>` can now write tests for
49204920
:obj:`@classmethod <classmethod>` or :obj:`@staticmethod <staticmethod>`
49214921
methods, in addition to the existing support for functions and other callables
49224922
(:issue:`3318`). Thanks to Cheuk Ting Ho for the patch.

0 commit comments

Comments
 (0)