Skip to content

Commit 3ba1ce8

Browse files
committed
add CHANGELOG entry
1 parent db875cf commit 3ba1ce8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525

2626
- add a shrinker performance benchmark [#177](https://github.com/c-cube/qcheck/pull/177)
2727

28+
- shrinker changes
29+
- recursive list shrinker with better complexity
30+
- string shrinker reuses improved list shrinker and adds char shrinking
31+
- function shrinker now shrinks default entry first and benefits from list shrinker improvements
32+
2833
- documentation updates:
2934
- clarify upper bound inclusion in `Gen.int_bound` and `Gen.int_range`
3035
- clarify `printable_char` and `Gen.printable` distributions

0 commit comments

Comments
 (0)