Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonMN committed Nov 20, 2021
1 parent 5a683cb commit 81a6ac4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version ?

- Add `BindReturn` to and remove `Return(bool)` from `property` CE ([#364][364], [@TysonMN][TysonMN])
- A breaking change. Previously, returning a `bool` from a `property` CE 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.failOnFalse`.

## Version 0.11.1 (2021-11-19)

- Add Property.failOnFalse ([#380][380], [@TysonMN][TysonMN])
Expand Down Expand Up @@ -182,6 +187,8 @@
https://github.com/hedgehogqa/fsharp-hedgehog/pull/381
[380]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/380
[364]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/364
[363]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/363
[362]:
Expand Down

0 comments on commit 81a6ac4

Please sign in to comment.