From 35dde8695c3caabbb84b6462ae92115a6b313772 Mon Sep 17 00:00:00 2001 From: Kenny Ortmann Date: Mon, 13 Jul 2015 10:30:37 -0500 Subject: [PATCH] Fixing changlog message. --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5114b439d0..5b065fa5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,7 @@ Next Release #### Features -* [#1062](https://github.com/intridea/grape/issues/1062): Added headers - to ValidationErrors instance so that they can be used in a custom - error response. - [@yairgo](https://github.com/yairgo). +* [#1062](https://github.com/intridea/grape/issues/1062): Fix: `Grape::Exceptions::ValidationErrors` will include headers set by `header` - [@yairgo](https://github.com/yairgo). * [#1039](https://github.com/intridea/grape/pull/1039): Added support for custom parameter types - [@rnubel](https://github.com/rnubel). * [#1047](https://github.com/intridea/grape/pull/1047): Adds `given` to DSL::Parameters, allowing for dependent params - [@rnubel](https://github.com/rnubel). * Your contribution here!