From b10c616d9c00086b1b7dff6f132255b15f7931c4 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Tue, 12 Feb 2013 23:32:57 +0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 487c3ece1b..e37a884a53 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,7 @@ Next Release ============ +* [#333](/~https://github.com/intridea/grape/pull/333): Validation for array in params - [@flyerhzm](/~https://github.com/flyerhzm). * [#306](/~https://github.com/intridea/grape/issues/306): Added I18n support for all Grape exceptions - [@niedhui](/~https://github.com/niedhui). * [#294](/~https://github.com/intridea/grape/issues/294): Extracted `Grape::Entity` into a [grape-entity](/~https://github.com/agileanimal/grape-entity) gem - [@agileanimal](/~https://github.com/agileanimal). * [#309](/~https://github.com/intridea/grape/pull/309): An XML format API will return an error instead of returning a string representation of the response if the latter cannot be converted to XML - [@dblock](http://github.com/dblock).