Skip to content

Commit

Permalink
Added a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
OverZealous committed Jul 2, 2015
1 parent b6a0601 commit c647dd9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.0.0

- Upgraded to Streams 2 thanks to @rjferguson21

## 0.2.1—0.2.4

- Doc and other non-code changes
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This module returns a function that can be used to start building a lazypipe. I

Once the partial pipeline is ready to use, call the last result from `.pipe()` directly as a function (e.g.: `.pipe()()`).

[Changelog][]

## Usage

Install using:
Expand Down Expand Up @@ -158,3 +160,5 @@ If you'd like to support this and other OverZealous Creations (Phil DeJarnett) p

[gratipay-url]: https://www.gratipay.com/OverZealous/
[gratipay-image]: https://img.shields.io/gratipay/OverZealous.svg

[Changelog]: https://github.com/OverZealous/lazypipe/blob/master/CHANGELOG.md

0 comments on commit c647dd9

Please sign in to comment.