diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a22e55..28f3b1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. Now this results in a return type of `Property`. The previous behavior can now be expressed by piping the `Property` instance into `Property.failOnFalse`. + ## Version 0.11.1 (2021-11-19) - Add Property.failOnFalse ([#380][380], [@TysonMN][TysonMN]) @@ -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]: