diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst index a589d77751..a373b6b0d3 100644 --- a/hypothesis-python/RELEASE.rst +++ b/hypothesis-python/RELEASE.rst @@ -1,5 +1,6 @@ RELEASE_TYPE: patch Warn in :func:`~hypothesis.strategies.from_type` if the inferred strategy -has no variation (always returning default instances). Also ensures -variation in numpy data types by inferring h.extras.numpy.from_dtype(). +has no variation (always returning default instances). Also handles numpy +data types by calling :func:`~hypothesis.extra.numpy.from_dtype` on the +corresponding dtype, thus ensuring proper variation for these types.