@@ -5,16 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
6
## [ Unreleased]
7
7
8
+ There are currently no unreleased changes.
9
+
10
+ ## [ 5.3.0] - 2020-12-07
11
+
8
12
### Changed
9
13
- ` IterateT#unfold ` now only computes a single ` Pure ` for the given input
10
14
- ` ReaderT#fmap ` and ` StateT#fmap ` avoid unnecessary calls to ` pure `
11
15
- ` MaybeT ` implements ` MonadError `
12
- - ` Tuple2-8#init ` , for populating a ` TupleN ` with all but the last element
13
16
14
17
### Added
15
18
- ` $ ` , function application represented as a higher-order ` Fn2 `
16
- - ` Fn1#withSelf ` , a static method for constructing a self-referencing ` Fn1 `
19
+ - ` Fn1#withSelf ` , a static method for constructing a self-referencing ` Fn1 `
17
20
- ` HNil/SingletonHList/TupleX#snoc ` , a method to add a new last element (append to a tuple)
21
+ - ` Tuple2-8#init ` , for populating a ` TupleN ` with all but the last element
18
22
19
23
### Fixed
20
24
- ` IterateT#trampolineM ` now yields and stages all recursive result values, rather
@@ -576,7 +580,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
576
580
- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
577
581
- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
578
582
579
- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.2.0...HEAD
583
+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.3.0...HEAD
584
+ [ 5.3.0 ] : https://github.com/palatable/lambda/compare/lambda-5.2.0...lambda-5.3.0
580
585
[ 5.2.0 ] : https://github.com/palatable/lambda/compare/lambda-5.1.0...lambda-5.2.0
581
586
[ 5.1.0 ] : https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0
582
587
[ 5.0.0 ] : https://github.com/palatable/lambda/compare/lambda-4.0.0...lambda-5.0.0
0 commit comments