Skip to content

Commit

Permalink
Update changelog and readme for 0.12.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista authored Mar 25, 2021
1 parent e3a2701 commit e8c4ff4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e8c4ff4

Please sign in to comment.