From 1426f0fd2845001cb338e5f05973406fe68e2c61 Mon Sep 17 00:00:00 2001 From: Conrado Miranda Date: Thu, 13 Jun 2024 11:42:32 -0700 Subject: [PATCH] Update changelog --- proptest/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proptest/CHANGELOG.md b/proptest/CHANGELOG.md index caa7b811..20644e86 100644 --- a/proptest/CHANGELOG.md +++ b/proptest/CHANGELOG.md @@ -4,6 +4,7 @@ - Setting `PROPTEST_MAX_DEFAULT_SIZE_RANGE` now customizes the default `SizeRange` used by the default strategies for collections (like `Vec`). The default remains 100. +- Empty ranges panic during tree creation instead of during sampling. ### Bug Fixes - Fixed issue where config contextualization would clobber existing failure persistence config