From 136f3c34bf9080ac18ba31589d1116e64d2e6ee8 Mon Sep 17 00:00:00 2001 From: Tyson Williams Date: Tue, 9 Nov 2021 19:58:58 -0600 Subject: [PATCH] Update change log --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd65afd..8ebc9fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.12.0 +- 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) - Improved integral shrink trees to match behavior of binary search ([#239][239], [@TysonMN][TysonMN]) @@ -171,6 +175,8 @@ [porges]: https://github.com/porges +[364]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/364 [363]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/363 [362]: