From 1e9983b80368902ea63bd27dfbe2047ab4fa8996 Mon Sep 17 00:00:00 2001 From: Zac-HD Date: Tue, 16 Nov 2021 22:17:18 +1100 Subject: [PATCH] Create RELEASE.rst --- hypothesis-python/RELEASE.rst | 5 +++++ 1 file changed, 5 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..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`).