From 6c2d6148ab1c3b0ba6220a9eb189fc9acea00156 Mon Sep 17 00:00:00 2001 From: James McCarthy Date: Mon, 13 Mar 2017 16:08:00 +0700 Subject: [PATCH] Update CHANGELOG.md with PR 1594. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d76757203f..1a585a9112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ #### Features +* [#1594](https://github.com/ruby-grape/grape/pull/1594): Make Hashie::Mash params optional - [@james2m](https://github.com/james2m). * [#1555](https://github.com/ruby-grape/grape/pull/1555): Added code coverage w/Coveralls - [@dblock](https://github.com/dblock). * [#1568](https://github.com/ruby-grape/grape/pull/1568): Add `proc` option to `values` validator to allow custom checks - [@jlfaber](https://github.com/jlfaber). * [#1575](https://github.com/ruby-grape/grape/pull/1575): Include nil values for missing nested params in declared - [@thogg4](https://github.com/thogg4).