Skip to content

Commit 9844fcc

Browse files
committed
Release notes for 1.4.0
1 parent 05eeee1 commit 9844fcc

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 1.4.0 - February 22 2023
2+
- Additional Alternatives available (functions, error monads)
3+
- More IReadOnlyDictionary functions
4+
- Bug fixes in Map as FoldIndexable and missing <*> for IDictionary and IReadOnlyDictionary
5+
- Deprecate IReadOnlyDictionary.map
6+
- Guid to/from bytes conversion
7+
18
#### 1.3.3 - February 5 2023
29
- Fix missing zero overload for voption
310
- Add (>>=) and (>=>) to ReaderT

RELEASE_NOTES.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Release Notes for FSharpPlus 1.3.3 - February 5 2023
2-
-----------------------------------------------------
1+
Release Notes for FSharpPlus 1.4.0 - February 22 2023
2+
------------------------------------------------------
33

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

0 commit comments

Comments
 (0)