Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonMN committed Dec 8, 2021
1 parent 77b6cbe commit 34c6b49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- A breaking change. Previously, returning a `bool` from a `property` CE (after using `let!`) caused the CE to have return type `Property<unit>`. Now this results in a return type of `Property<bool>`. The previous behavior can now be expressed by piping the `Property<bool>` instance into `Property.falseToFailure`.
- Change recheck API to accept recheck data encoded as `string` ([#385][385], [@TysonMN][TysonMN])
- Add `RecheckInfo` to simplify recheck reporting ([#386][386], [@TysonMN][TysonMN])
- Optimize rechecking by only executing the end of the `property` CE with the shrunken input ([#336][336], [@TysonMN][TysonMN])

## Version 0.11.1 (2021-11-19)

Expand Down Expand Up @@ -234,6 +235,8 @@
https://github.com/hedgehogqa/fsharp-hedgehog/pull/338
[337]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/337
[336]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/336
[334]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/334
[328]:
Expand Down

0 comments on commit 34c6b49

Please sign in to comment.