From b17854c61ce9dcdcceb3bdac8354e24fca0aba6b Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Wed, 8 Nov 2023 22:18:01 +0100 Subject: [PATCH] feat: update release notes --- docs/RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index daf868f..3f2bab4 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 2.0.0-theta-003 - Nov 07, 2023 +#### 2.0.0 - Nov 08, 2023 - F# 6 task{} instead of async{} under thee hood - [#200](https://github.com/fsprojects/SwaggerProvider/pull/200) - BREAKING: `ProvidedApiClientBase.CallAsync` returns `task` instead of `async` - BREAKING: `task` CE wrap all exceptions in `AggregateException` (with `OpenApiException` inside) @@ -11,6 +11,7 @@ - FSharp.SystemTextJson (1.2.42) - Removed the `System.Net.Http` dependency (#221) - fix: accept "default" as "ok response" fallback (#223) +- Minor performance tweaks (#233) #### 1.0.2 - Jul 10, 2022 - SharpYaml 2.0.0