From 3990104e2fdea6fa2cb8f3f37b4aec394a36f759 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Wed, 14 Jul 2021 08:14:39 +0200 Subject: [PATCH 1/3] Version 1.2.1 release notes (draft) --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9b8461072..666336165 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +#### 1.2.1 - July 14 2021 + +- Fable compatibility for un/curry functions +- Bump Fable to 3.2.6 +- Fix tryParseArray +- Enable CEs in Fable + #### 1.2.0 - June 6 2021 - Update to compile with Fable 3 From 2a3a84c631826eb712b93709558c731aef963220 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Thu, 15 Jul 2021 06:57:24 +0200 Subject: [PATCH 2/3] + missing Lift2, Lift3, lift3 --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 666336165..1abf7591c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,10 @@ -#### 1.2.1 - July 14 2021 +#### 1.2.1 - July 15 2021 - Fable compatibility for un/curry functions - Bump Fable to 3.2.6 - Fix tryParseArray - Enable CEs in Fable +- + missing Lift2, Lift3, lift3 #### 1.2.0 - June 6 2021 From 09c5abbe7984b7df9de4290d14d6e650b916480f Mon Sep 17 00:00:00 2001 From: Gustavo Leon <1261319+gusty@users.noreply.github.com> Date: Fri, 16 Jul 2021 06:21:32 +0200 Subject: [PATCH 3/3] Update release notes --- RELEASE_NOTES.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1abf7591c..70a80a5a3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,11 @@ -#### 1.2.1 - July 15 2021 - -- Fable compatibility for un/curry functions +#### 1.2.1 - July 16 2021 - Bump Fable to 3.2.6 -- Fix tryParseArray -- Enable CEs in Fable -- + missing Lift2, Lift3, lift3 +- Fable compatibility for un/curry functions and CE expressions +- Add missing Lift2, Lift3, lift3 and use MergeSources3 +- Add bindError function +- Bug fixes: tryParseArray and Result.map3 signature #### 1.2.0 - June 6 2021 - - Update to compile with Fable 3 - Allow specialized builders for generic CEs - Add new types: NonEmptySeq, NonEmptySet, NonEmptyMap and MultiMap