You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hypothesis-python/docs/changes.rst
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ Hypothesis 6.x
18
18
19
19
.. include:: ../RELEASE.rst
20
20
21
+
.. _v6.111.1:
22
+
23
+
--------------------
24
+
6.111.1 - 2024-08-15
25
+
--------------------
26
+
27
+
This patch improves shrinking in cases involving 'slips' from one strategy to another. Highly composite strategies are the most likely to benefit from this change.
28
+
29
+
This patch also reduces the range of :class:`python:datetime.datetime` generated by :func:`~hypothesis.extra.django.from_model` in order to avoid https://code.djangoproject.com/ticket/35683.
0 commit comments