Skip to content

Commit ee4371e

Browse files
committed
Updating CHANGELOG.md
1 parent 256d330 commit ee4371e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
There are currently no unreleased changes.
9+
10+
## [5.3.0] - 2020-12-07
11+
812
### Changed
913
- `IterateT#unfold` now only computes a single `Pure` for the given input
1014
- `ReaderT#fmap` and `StateT#fmap` avoid unnecessary calls to `pure`
1115
- `MaybeT` implements `MonadError`
12-
- `Tuple2-8#init`, for populating a `TupleN` with all but the last element
1316

1417
### Added
1518
- `$`, 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`
1720
- `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
1822

1923
### Fixed
2024
- `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/).
576580
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
577581
- `Functor`, `BiFunctor`, `ProFunctor`
578582

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
580585
[5.2.0]: https://github.com/palatable/lambda/compare/lambda-5.1.0...lambda-5.2.0
581586
[5.1.0]: https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0
582587
[5.0.0]: https://github.com/palatable/lambda/compare/lambda-4.0.0...lambda-5.0.0

0 commit comments

Comments
 (0)