Skip to content

Commit cc6ca3d

Browse files
committed
Release notes for 1.6.1
1 parent 661a2c8 commit cc6ca3d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 1.6.0 - January 29 2024
1+
#### 1.6.1 - February 13 2024
22
- Add Non-sequential-Applicative operators and computation expressions
33
- Add proper SeqT implementation
44
- Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
@@ -11,7 +11,11 @@
1111
- Add Result.iterError
1212
- Add Validation.ofOptionWith
1313
- Add List.chunkBy
14+
- Rename Sequence overloads to Sequential
15+
- Add Async.Await Async.AsTask and more overloads to Async.Sequential
16+
- Add empty and isEmpty to IReadOnlyCollection and Exception module
1417
- Fix bug in lift3 for List and Array
18+
- Type inference for generic traversals slightly improved
1519

1620
#### 1.5.0 - October 15 2023
1721
- Support for Fable 4 (some functions had to be removed from Fable in order to it)

RELEASE_NOTES.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release Notes for FSharpPlus 1.6.0 - January 29 2024
2-
-----------------------------------------------------
1+
Release Notes for FSharpPlus 1.6.1 - February 13 2024
2+
------------------------------------------------------
33

44
Add Non-sequential-Applicative operators and computation expressions
55
Add proper SeqT implementation
@@ -13,4 +13,8 @@ Add Result.Sequence
1313
Add Result.iterError
1414
Add Validation.ofOptionWith
1515
Add List.chunkBy
16-
Fix bug in lift3 for List and Array
16+
Rename Sequence overloads to Sequential
17+
Add Async.Await Async.AsTask and more overloads to Async.Sequential
18+
Add empty and isEmpty to IReadOnlyCollection and Exception module
19+
Fix bug in lift3 for List and Array
20+
Type inference for generic traversals slightly improved

0 commit comments

Comments
 (0)