Skip to content

Commit 881a829

Browse files
committed
Update release notes
1 parent b178d9f commit 881a829

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
#### 1.3.0 - November 13 2022
2-
- Proper SeqT implementation
1+
#### 1.3.1 - November 29 2022
32
- Applicative Computation Expressions
3+
- Support for ValueOption, ValueTask and ValueTuple
4+
- Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse)
5+
- Use InlineIfLambda attribute in CEs
6+
- Small fixes (add lift3 for tuples, fix join for ref tuple and Free.map3)
7+
- Small improvements in type inference
48
- Use F# Core 6.0.6
59
- Speed up List and Array extensions using Collectors
610
- Use FSharp.Core implementations for old functions that were adopted there
@@ -9,8 +13,7 @@
913
- Use InlineIfLambda attribute in CEs
1014
- Some missing Option, Result zip functions
1115
- Add NonEmptyList.sequence
12-
- Improve null handling
13-
- Fix: Free.map3
16+
- Improve null handling for Array extensions
1417

1518
#### 1.2.4 - May 5 2022
1619
- Fix: Fable regressions

0 commit comments

Comments
 (0)