File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ Add the following dependency to your:
6161<dependency >
6262 <groupId >com.jnape.palatable</groupId >
6363 <artifactId >lambda</artifactId >
64- <version >5.3 .0</version >
64+ <version >5.4 .0</version >
6565</dependency >
6666```
6767
6868` build.gradle ` ([ Gradle] ( https://docs.gradle.org/current/userguide/dependency_management.html ) ):
6969
7070``` gradle
71- compile group: 'com.jnape.palatable', name: 'lambda', version: '5.3 .0'
71+ compile group: 'com.jnape.palatable', name: 'lambda', version: '5.4 .0'
7272```
7373
7474<a name =" examples " >Examples</a >
You can’t perform that action at this time.
0 commit comments