From e57d5457a0fe68e3913e1542d8a300bc6916ef6c Mon Sep 17 00:00:00 2001 From: Tyson Williams Date: Mon, 15 Nov 2021 20:54:46 -0600 Subject: [PATCH] Update change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad3368e..b5a26a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Version 0.12.0 - Add Property.failOnFalse ([#380][380], [@TysonMN][TysonMN]) +- Add BindReturn to 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.0 (2021-09-22) @@ -177,6 +179,8 @@ [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]: