From 94a2c9953277002a1382a214375485846f43825f Mon Sep 17 00:00:00 2001 From: gusty <1261319+gusty@users.noreply.github.com> Date: Fri, 2 Dec 2022 23:11:45 +0100 Subject: [PATCH] Release notes for 1.3.2 --- RELEASE_NOTES.md | 2 +- RELEASE_NOTES.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dc56e47b1..a1769d3ea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 1.3.1 - November 29 2022 +#### 1.3.2 - December 2 2022 - Applicative Computation Expressions - Support for ValueOption, ValueTask and ValueTuple - Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index ff46cc2dc..8c2c6ca10 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,5 +1,5 @@ -Release Notes for FSharpPlus 1.3.1 - November 29 2022 ------------------------------------------------------- +Release Notes for FSharpPlus 1.3.2 - December 2 2022 +----------------------------------------------------- Applicative Computation Expressions Support for ValueOption, ValueTask and ValueTuple