diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c449112..13876f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changes +## 0.5.3 + +- missing char in `Gen.char` (close #23) +- add `test` and `doc` to opam +- add `small_list` generator +- add `~long_factor` to tests and runner, for long tests +- add more examples in readme, better doc for runners +- improved reporting when running qcheck tests +- add `Test.get_count` on test cells + ## 0.5.2 - Add cli option for backtraces in `QCheck_runner` diff --git a/_oasis b/_oasis index b0fd4eb1..4bc87e90 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.4 Name: qcheck -Version: 0.5.2 +Version: 0.5.3 Homepage: https://github.com/c-cube/qcheck Authors: Simon Cruanes, Vincent Hugot License: LGPL