diff --git a/hypothesis-python/docs/changes.rst b/hypothesis-python/docs/changes.rst index 0c1c3a1cb0..dbdd826546 100644 --- a/hypothesis-python/docs/changes.rst +++ b/hypothesis-python/docs/changes.rst @@ -1318,7 +1318,7 @@ to :pep:`646` is released, hopefully in Python 3.11. -------------------- This patch teaches :doc:`the Ghostwriter ` how to find -:doc:`custom ufuncs ` from *any* module that defines them, +:doc:`custom ufuncs ` from *any* module that defines them, and that ``yaml.unsafe_load()`` does not undo ``yaml.safe_load()``. .. _v6.13.12: