File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
55
66## [ Unreleased]
7+ No unreleased changes
8+
9+ ## [ 3.0.2] - 2018-05-21
710### Added
811- ` IterableLens#mapping ` , an ` Iso ` that maps values
912
@@ -323,7 +326,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
323326- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
324327- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
325328
326- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-3.0.1...HEAD
329+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-3.0.2...HEAD
330+ [ 3.0.2 ] : https://github.com/palatable/lambda/compare/lambda-3.0.1...lambda-3.0.2
327331[ 3.0.1 ] : https://github.com/palatable/lambda/compare/lambda-3.0.0...lambda-3.0.1
328332[ 3.0.0 ] : https://github.com/palatable/lambda/compare/lambda-2.1.1...lambda-3.0.0
329333[ 2.1.1 ] : https://github.com/palatable/lambda/compare/lambda-2.1.0...lambda-2.1.1
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ Add the following dependency to your:
5757<dependency >
5858 <groupId >com.jnape.palatable</groupId >
5959 <artifactId >lambda</artifactId >
60- <version >3.0.1 </version >
60+ <version >3.0.2 </version >
6161</dependency >
6262```
6363
6464` build.gradle ` ([ Gradle] ( https://docs.gradle.org/current/userguide/dependency_management.html ) ):
6565
6666``` gradle
67- compile group: 'com.jnape.palatable', name: 'lambda', version: '3.0.1 '
67+ compile group: 'com.jnape.palatable', name: 'lambda', version: '3.0.2 '
6868```
6969
7070<a name =" examples " >Examples</a >
You can’t perform that action at this time.
0 commit comments