From e062e52671bb1eb0c98209723cd9065b6e1ead19 Mon Sep 17 00:00:00 2001 From: Gonzalo Bulnes Guilpain Date: Thu, 9 Jun 2016 07:39:00 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13535fd..4d6d037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] + +### Added + +- Add **dredd_command** option - with help from @gottfrois +- Add configuration handler for convenient initializers + ## [0.8.2] - 2016-06-08 ### Fixed -- Fix inaccurate counting of command arguments for local API +- Fix inaccurate counting of command arguments for local API - @rylnd - Minor fix missing documentation for Dredd v1.0.8 options ## [0.8.1] - 2016-05-07 @@ -72,6 +79,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). The original implementation of the Rake task was shared in this [gist][gist]. [gist]: https://gist.github.com/gonzalo-bulnes/eec3f73cc7d6605add21 +[Unreleased]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.8.2...master [0.8.2]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.7.1...v0.8.1 [0.8.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.7.1...v0.8.0