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,8 @@ 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+
8+ ## [ 1.6.3] - 2017-09-27
79### Fixed
810- ` ConcatenatingIterator ` bug where deeply nested ` xs ` skip elements
911
@@ -160,7 +162,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
160162- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
161163- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
162164
163- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-1.6.2...HEAD
165+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-1.6.3...HEAD
166+ [ 1.6.3 ] : https://github.com/palatable/lambda/compare/lambda-1.6.2...lambda-1.6.3
164167[ 1.6.2 ] : https://github.com/palatable/lambda/compare/lambda-1.6.1...lambda-1.6.2
165168[ 1.6.1 ] : https://github.com/palatable/lambda/compare/lambda-1.6.0...lambda-1.6.1
166169[ 1.6.0 ] : https://github.com/palatable/lambda/compare/lambda-1.5.6...lambda-1.6.0
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ Add the following dependency to your:
5555<dependency >
5656 <groupId >com.jnape.palatable</groupId >
5757 <artifactId >lambda</artifactId >
58- <version >1.6.2 </version >
58+ <version >1.6.3 </version >
5959</dependency >
6060```
6161
6262` build.gradle ` ([ Gradle] ( https://docs.gradle.org/current/userguide/dependency_management.html ) ):
6363
6464``` gradle
65- compile group: 'com.jnape.palatable', name: 'lambda', version: '1.6.2 '
65+ compile group: 'com.jnape.palatable', name: 'lambda', version: '1.6.3 '
6666```
6767
6868<a name =" examples " >Examples</a >
You can’t perform that action at this time.
0 commit comments