Skip to content

Commit

Permalink
add 0.2.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaninja committed Sep 21, 2023
1 parent 910d48f commit ff0b2f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,10 @@ let profits: Vec<(String, i32)> = bind! {
- Added type classes: Semigroup, Monoid, Bifunctor + Higher2 (thanks [lrind](https://github.com/lrind))
- Added data types: NEVec, Validated
- Added `bind!` notation
- Multiple fixes and improvements
- Multiple fixes and improvements

0.2.1 (2023-09-21)

- Fixed Semigroupal and Apply behavior (thanks [GoldsteinE](https://github.com/GoldsteinE) for the report)
- Added type classes: Pure, AndThen
- Refactored `mapX` and `apX` functions

0 comments on commit ff0b2f5

Please sign in to comment.