From 3ea9bb56297b1c54f496af798e458c09d1cd240b Mon Sep 17 00:00:00 2001 From: Tyson Williams Date: Mon, 6 Dec 2021 21:01:39 -0600 Subject: [PATCH] Update change log --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2abead2..3b5a9a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - A breaking change. Previously, returning a `bool` from a `property` CE (after using `let!`) 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.falseToFailure`. - Change recheck API to accept recheck data encoded as `string` ([#385][385], [@TysonMN][TysonMN]) - Add `RecheckInfo` to simplify recheck reporting ([#386][386], [@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) @@ -234,6 +235,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]: