From cc6ca3d32c0654d479c402bbaba4ef54bbadc7c0 Mon Sep 17 00:00:00 2001 From: gusty <1261319+gusty@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:16:26 +0100 Subject: [PATCH] Release notes for 1.6.1 --- RELEASE_NOTES.md | 6 +++++- RELEASE_NOTES.txt | 10 +++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e33d71f0d..b2bf37522 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 1.6.0 - January 29 2024 +#### 1.6.1 - February 13 2024 - Add Non-sequential-Applicative operators and computation expressions - Add proper SeqT implementation - Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces @@ -11,7 +11,11 @@ - Add Result.iterError - Add Validation.ofOptionWith - Add List.chunkBy + - Rename Sequence overloads to Sequential + - Add Async.Await Async.AsTask and more overloads to Async.Sequential + - Add empty and isEmpty to IReadOnlyCollection and Exception module - Fix bug in lift3 for List and Array + - Type inference for generic traversals slightly improved #### 1.5.0 - October 15 2023 - Support for Fable 4 (some functions had to be removed from Fable in order to it) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index bb8953ed2..9d508aaba 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,5 +1,5 @@ -Release Notes for FSharpPlus 1.6.0 - January 29 2024 ------------------------------------------------------ +Release Notes for FSharpPlus 1.6.1 - February 13 2024 +------------------------------------------------------ Add Non-sequential-Applicative operators and computation expressions Add proper SeqT implementation @@ -13,4 +13,8 @@ Add Result.Sequence Add Result.iterError Add Validation.ofOptionWith Add List.chunkBy -Fix bug in lift3 for List and Array \ No newline at end of file +Rename Sequence overloads to Sequential +Add Async.Await Async.AsTask and more overloads to Async.Sequential +Add empty and isEmpty to IReadOnlyCollection and Exception module +Fix bug in lift3 for List and Array +Type inference for generic traversals slightly improved \ No newline at end of file