Skip to content

Commit f824d4c

Browse files
committed
Release notes for 1.6.0-RC1
1 parent 4779a8f commit f824d4c

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

RELEASE_NOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#### 1.6.0-RC1 - December 17 2023
2+
- Target net 8
3+
- Add Result.Sequence
4+
- Add Validation.ofOptionWith
5+
- Add List.chunkBy
6+
- Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
7+
- Add limited applicative support to dictionaries
8+
19
#### 1.5.0 - October 15 2023
210
- Support for Fable 4 (some functions had to be removed from Fable in order to it)
311
- More IList and IReadOnlyList functions

RELEASE_NOTES.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Release Notes for FSharpPlus 1.5.0 - October 15 2023
2-
------------------------------------------------------
1+
Release Notes for FSharpPlus 1.6.0-RC1 - December 17 2023
2+
----------------------------------------------------------
33

4-
Support for Fable 4 (some functions had to be removed from Fable in order to it)
5-
More IList and IReadOnlyList functions
6-
Bug fixes in parse, tryParse, seq's TryFinally and (=>>) for ValueTask
7-
Add Free.hoist
8-
Add distinct for NonEmptySeq and NonEmptyList
9-
Add ValueOption.ofOption and Task.result for Task and ValueTask
4+
Target net 8
5+
Add Result.Sequence
6+
Add Validation.ofOptionWith
7+
Add List.chunkBy
8+
Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
9+
Add limited applicative support to dictionaries

0 commit comments

Comments
 (0)