From 69da204b4ca494d4899588c8709ad121ab29ad6e Mon Sep 17 00:00:00 2001 From: "David R. MacIver" Date: Fri, 31 Jul 2020 10:02:58 +0100 Subject: [PATCH] Add release file --- hypothesis-python/RELEASE.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hypothesis-python/RELEASE.rst diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst new file mode 100644 index 0000000000..518b2a6934 --- /dev/null +++ b/hypothesis-python/RELEASE.rst @@ -0,0 +1,9 @@ +RELEASE_TYPE: patch + +This release removes a number of Hypothesis's internal "shrink passes" - transformations +it makes to a generated test case during shrinking - which appeared to be redundant with +other transformations. + +It is unlikely that you will see much impact from this. If you do, it will likely show up +as a change in shrinking performance (probably slower, maybe faster), or possibly in +worst shrunk results. If you encounter the latter, please let us know.