diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst index e4b816520d..772499e130 100644 --- a/hypothesis-python/RELEASE.rst +++ b/hypothesis-python/RELEASE.rst @@ -1,3 +1,5 @@ RELEASE_TYPE: patch -This patch adds `re` to the imports for regex based strategies, if a `re`-based pattern is used. \ No newline at end of file +This patch fixes missing imports of the :mod:`re` module, when :doc:`ghostwriting ` +tests which include compiled patterns or regex flags. +Thanks to Jens Heinrich for reporting and promptly fixing this bug! \ No newline at end of file