File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,6 +21,17 @@ Hypothesis APIs come in three flavours:
21
21
You should generally assume that an API is internal unless you have specific
22
22
information to the contrary.
23
23
24
+ .. _v3.88.3 :
25
+
26
+ -------------------
27
+ 3.88.3 - 2019-01-11
28
+ -------------------
29
+
30
+ This changes the order that the shrinker tries certain operations in its "emergency" phase which runs late in the process.
31
+ The new order should be better at avoiding long stalls where the shrinker is failing to make progress,
32
+ which may be helpful if you have difficult to shrink test cases.
33
+ However this will not be noticeable in the vast majority of use cases.
34
+
24
35
.. _v3.88.2 :
25
36
26
37
-------------------
Original file line number Diff line number Diff line change 17
17
18
18
from __future__ import absolute_import , division , print_function
19
19
20
- __version_info__ = (3 , 88 , 2 )
20
+ __version_info__ = (3 , 88 , 3 )
21
21
__version__ = "." .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments