Skip to content

Commit 1556243

Browse files
committed
+ Latest release notes as txt
1 parent 881a829 commit 1556243

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE_NOTES.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#### 1.3.1 - November 29 2022
2+
- 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
8+
- Use F# Core 6.0.6
9+
- Speed up List and Array extensions using Collectors
10+
- Use FSharp.Core implementations for old functions that were adopted there
11+
- Add some missing Option, Result zip functions
12+
- Add explicit type parameters
13+
- Use InlineIfLambda attribute in CEs
14+
- Some missing Option, Result zip functions
15+
- Add NonEmptyList.sequence
16+
- Improve null handling for Array extensions

0 commit comments

Comments
 (0)