Skip to content

Commit da8b7df

Browse files
committed
prepare for 0.5.3
1 parent 97b030a commit da8b7df

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changes
22

3+
## 0.5.3
4+
5+
- missing char in `Gen.char` (close #23)
6+
- add `test` and `doc` to opam
7+
- add `small_list` generator
8+
- add `~long_factor` to tests and runner, for long tests
9+
- add more examples in readme, better doc for runners
10+
- improved reporting when running qcheck tests
11+
- add `Test.get_count` on test cells
12+
313
## 0.5.2
414

515
- Add cli option for backtraces in `QCheck_runner`

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: qcheck
3-
Version: 0.5.2
3+
Version: 0.5.3
44
Homepage: https://github.com/c-cube/qcheck
55
Authors: Simon Cruanes, Vincent Hugot
66
License: LGPL

0 commit comments

Comments
 (0)