From e8c4ff4960c1df5115ffe17ecc9c485e12f96939 Mon Sep 17 00:00:00 2001 From: Ilario Pierbattista <987038+ilario-pierbattista@users.noreply.github.com> Date: Thu, 25 Mar 2021 13:22:38 +0100 Subject: [PATCH] Update changelog and readme for 0.12.0 (#140) --- ChangeLog.md | 10 ++++++++-- README.md | 3 +-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 448881ed..a06cd7e5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,16 @@ # ChangeLog -The project follows [semantic versioning](http://semver.org/). `BC` stands for an change that impacts `Backward Compatibility`. +The project follows [semantic versioning](http://semver.org/). `BC` stands for a change that impacts `Backward Compatibility`. -## 0.next +## 0.12.0 * PHP 7.3 support (#120). +* PHP 7.4 support (#125). +* CI support for testing end to end suite also with Phpunit 8.x and 9.x +* Allow `shrink()` to receive GeneratedValueOptions (#127). +* Allow specifying generator size with `sample()` (#128) +* Fix `BooleanGenerator::shrink()` to return a GeneratedValueSingle (#131) +* Drop support for HHVM 3.30 ## 0.11.0 diff --git a/README.md b/README.md index 8ebee3d6..f8af6048 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ In property-based testing, several properties that the System Under Test must re ## Compatibility - PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 -- HHVM (without `purePhpMtRand`) -- PHPUnit 5.x, 6.x, 7.x +- PHPUnit 5.x, 6.x, 7.x, 8.x, 9.x ## Installation