Skip to content

Commit

Permalink
Release notes for 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty committed Feb 13, 2024
1 parent 661a2c8 commit cc6ca3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 1.6.0 - January 29 2024
#### 1.6.1 - February 13 2024
- Add Non-sequential-Applicative operators and computation expressions
- Add proper SeqT implementation
- Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
Expand All @@ -11,7 +11,11 @@
- Add Result.iterError
- Add Validation.ofOptionWith
- Add List.chunkBy
- Rename Sequence overloads to Sequential
- Add Async.Await Async.AsTask and more overloads to Async.Sequential
- Add empty and isEmpty to IReadOnlyCollection and Exception module
- Fix bug in lift3 for List and Array
- Type inference for generic traversals slightly improved

#### 1.5.0 - October 15 2023
- Support for Fable 4 (some functions had to be removed from Fable in order to it)
Expand Down
10 changes: 7 additions & 3 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release Notes for FSharpPlus 1.6.0 - January 29 2024
-----------------------------------------------------
Release Notes for FSharpPlus 1.6.1 - February 13 2024
------------------------------------------------------

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

0 comments on commit cc6ca3d

Please sign in to comment.