Skip to content

Commit

Permalink
Merge pull request #117 from codegangsta/v0.2.0-prep
Browse files Browse the repository at this point in the history
Preparing changelog for v0.2.0
  • Loading branch information
meatballhat committed May 10, 2016
2 parents 713cd3b + 12bc39c commit fde5e16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [Unreleased]

## [0.2.0] - 2016-05-10
### Added
- Support for variadic handlers in `New()`
- Added `Negroni.Handlers()` to fetch all of the handlers for a given chain
Expand All @@ -18,4 +20,5 @@
### Added
- Initial implementation.

[Unreleased]: https://github.com/codegangsta/negroni/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/codegangsta/negroni/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/codegangsta/negroni/compare/v0.1.0...v0.2.0

0 comments on commit fde5e16

Please sign in to comment.