@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
77##[ Unreleased]
88
9+ There are currently no unreleased changes
10+
11+ ##[ 5.4.0] - 2021-09-17
12+
913###Changed
1014- ` Absent ` folds short-circuit on the first` nothing() `
1115- ` EitherMatcher#isLeftThat/isRightThat ` support contravariant bounds on their delegates
@@ -592,7 +596,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
592596- ` Monadic/Dyadic/TriadicFunction ` ,` Predicate ` ,` Tuple2 ` ,` Tuple3 `
593597- ` Functor ` ,` BiFunctor ` ,` ProFunctor `
594598
595- [ Unreleased ] :https://github.com/palatable/lambda/compare/lambda-5.3.0...HEAD
599+ [ Unreleased ] :https://github.com/palatable/lambda/compare/lambda-5.4.0...HEAD
600+ [ 5.4.0 ] :https://github.com/palatable/lambda/compare/lambda-5.3.0...lambda-5.4.0
596601[ 5.3.0 ] :https://github.com/palatable/lambda/compare/lambda-5.2.0...lambda-5.3.0
597602[ 5.2.0 ] :https://github.com/palatable/lambda/compare/lambda-5.1.0...lambda-5.2.0
598603[ 5.1.0 ] :https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0