@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
7
7
##[ Unreleased]
8
8
9
+ There are currently no unreleased changes
10
+
11
+ ##[ 5.4.0] - 2021-09-17
12
+
9
13
###Changed
10
14
- ` Absent ` folds short-circuit on the first` nothing() `
11
15
- ` EitherMatcher#isLeftThat/isRightThat ` support contravariant bounds on their delegates
@@ -592,7 +596,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
592
596
- ` Monadic/Dyadic/TriadicFunction ` ,` Predicate ` ,` Tuple2 ` ,` Tuple3 `
593
597
- ` Functor ` ,` BiFunctor ` ,` ProFunctor `
594
598
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
596
601
[ 5.3.0 ] :https://github.com/palatable/lambda/compare/lambda-5.2.0...lambda-5.3.0
597
602
[ 5.2.0 ] :https://github.com/palatable/lambda/compare/lambda-5.1.0...lambda-5.2.0
598
603
[ 5.1.0 ] :https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0