Skip to content

Commit d779d26

Browse files
committed
Add CHANGELOG entry
1 parent 08db794 commit d779d26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
`Test.check_exn` honor test polarity by raising
77
`Test_unexpected_success` when a negative test (expected to have a
88
counter example), unexpectedly succeeds.
9+
- fix issue with `ppx_deriving_qcheck` deriving a generator with unbound
10+
`gen` for recursive types [#269](https://github.com/c-cube/qcheck/issues/269)
11+
and a related issue when deriving a generator for a record type
912
- ...
1013

1114
## 0.20

0 commit comments

Comments
 (0)