File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed 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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
5
6
6
## [ Unreleased]
7
+ _ No changes_
8
+
9
+ ## [ 3.0.0] - 2018-05-04
7
10
### Changed
8
11
- *** Breaking Change*** : ` Sequence ` now has two more type parameters to aid in inference
9
12
- *** Breaking Change*** : ` Traversable#traverse ` now has three more type parameters to aid in inference
@@ -300,7 +303,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
300
303
- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
301
304
- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
302
305
303
- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-2.1.1...HEAD
306
+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-3.0.0...HEAD
307
+ [ 3.0.0 ] : https://github.com/palatable/lambda/compare/lambda-2.1.1...lambda-3.0.0
304
308
[ 2.1.1 ] : https://github.com/palatable/lambda/compare/lambda-2.1.0...lambda-2.1.1
305
309
[ 2.1.0 ] : https://github.com/palatable/lambda/compare/lambda-2.0.0...lambda-2.1.0
306
310
[ 2.0.0 ] : https://github.com/palatable/lambda/compare/lambda-1.6.3...lambda-2.0.0
You can’t perform that action at this time.
0 commit comments