File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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.2.0] - 2020-02-12
11+
812### Changed
913- ` HList#cons ` static factory method auto-promotes to specialized ` HList ` if there is one
1014- ` EitherT ` gains a ` MonadError ` instance
@@ -557,7 +561,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
557561- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
558562- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
559563
560- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.1.0...HEAD
564+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.2.0...HEAD
565+ [ 5.2.0 ] : https://github.com/palatable/lambda/compare/lambda-5.1.0...lambda-5.2.0
561566[ 5.1.0 ] : https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0
562567[ 5.0.0 ] : https://github.com/palatable/lambda/compare/lambda-4.0.0...lambda-5.0.0
563568[ 4.0.0 ] : https://github.com/palatable/lambda/compare/lambda-3.3.0...lambda-4.0.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.1 .0</version >
64+ <version >5.2 .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.1 .0'
71+ compile group: 'com.jnape.palatable', name: 'lambda', version: '5.2 .0'
7272```
7373
7474<a name =" examples " >Examples</a >
You can’t perform that action at this time.
0 commit comments