Skip to content

Commit f4ca34b

Browse files
authored
Updating CHANGELOG to reflect release
1 parent a21fa6e commit f4ca34b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## [Unreleased]
7+
_No changes_
8+
9+
## [3.0.0] - 2018-05-04
710
### Changed
811
- ***Breaking Change***: `Sequence` now has two more type parameters to aid in inference
912
- ***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/).
300303
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
301304
- `Functor`, `BiFunctor`, `ProFunctor`
302305

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
304308
[2.1.1]: https://github.com/palatable/lambda/compare/lambda-2.1.0...lambda-2.1.1
305309
[2.1.0]: https://github.com/palatable/lambda/compare/lambda-2.0.0...lambda-2.1.0
306310
[2.0.0]: https://github.com/palatable/lambda/compare/lambda-1.6.3...lambda-2.0.0

0 commit comments

Comments
 (0)