diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index eb724d54..ba7c3b4f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,10 @@ -### 3.0.0-beta006. - April 05, 2022 +### 3.0.0-beta007. - April 15, 2022 - [Moves many functions to inline with InlineIfLambda for performance](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/166) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) - [Native Tasks for TaskResult, TaskOption, and TaskResultOption](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/169) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) - [Add explicit type parameters to ignore functions](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/174) Credits [@cmeeren](https://github.com/cmeeren) - [Adds CancellableTaskResult](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/172) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) +- [Fixes TaskResultCE breaking with a bind in branching such as if](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/177) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) ### 2.13.0 - January 11, 2022