We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d61cd commit 3325a38Copy full SHA for 3325a38
hypothesis-python/RELEASE.rst
@@ -1,6 +1,7 @@
1
RELEASE_TYPE: patch
2
3
-Improves several issues from code introduced in :ref:`version 6.131.1 <v6.131.1>`:
+Improves several issues surrounding the code introduced in :ref:`version 6.131.1 <v6.131.1>`:
4
5
-* Improve speed of constants collection, and add a hard internal time limit to avoid running for too long.
6
-* Fix a ``RecursionError`` on deeply nested code.
+* Improve speed of constants collection.
+* Cache constants to the ``.hypothesis`` directory for future runs.
7
+* Fix a ``RecursionError`` on parsing deeply nested code.
0 commit comments