diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst new file mode 100644 index 0000000000..6bac08488f --- /dev/null +++ b/hypothesis-python/RELEASE.rst @@ -0,0 +1,5 @@ +RELEASE_TYPE: minor + +This release adds special filtering logic to make a few special cases +like ``s.map(lambda x: x)`` and ``lists().filter(len)`` more efficient +(:issue:`2701`).