Skip to content

Commit

Permalink
Release notes for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty committed Feb 21, 2023
1 parent 05eeee1 commit 9844fcc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 1.4.0 - February 22 2023
- Additional Alternatives available (functions, error monads)
- More IReadOnlyDictionary functions
- Bug fixes in Map as FoldIndexable and missing <*> for IDictionary and IReadOnlyDictionary
- Deprecate IReadOnlyDictionary.map
- Guid to/from bytes conversion

#### 1.3.3 - February 5 2023
- Fix missing zero overload for voption
- Add (>>=) and (>=>) to ReaderT
Expand Down
13 changes: 7 additions & 6 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Release Notes for FSharpPlus 1.3.3 - February 5 2023
-----------------------------------------------------
Release Notes for FSharpPlus 1.4.0 - February 22 2023
------------------------------------------------------

Fix missing zero overload for voption
Add (>>=) and (>=>) to ReaderT
Add ValueOption.toOption
Deprecate (<**>)
Additional Alternatives available (functions, error monads)
More IReadOnlyDictionary functions
Bug fixes in Map as FoldIndexable and missing <*> for IDictionary and IReadOnlyDictionary
Deprecate IReadOnlyDictionary.map
Guid to/from bytes conversion

0 comments on commit 9844fcc

Please sign in to comment.