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 1, 2021
1 parent b6ae8e8 commit c7bfc93
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 @@ -4,6 +4,7 @@
- Add `BindReturn` to the `property` CE ([#364][364], [@TysonMN][TysonMN])
- 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])
- Optimize rechecking by only executing the end the `property` CE with the shrunken input ([#336][336], [@TysonMN][TysonMN])

## Version 0.11.1 (2021-11-19)

Expand Down Expand Up @@ -231,6 +232,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 c7bfc93

Please sign in to comment.