From 5936ee6a6153d46d6226dcb410ffe772b728a3af Mon Sep 17 00:00:00 2001 From: "Daniel Doubrovkine (dB.) @dblockdotorg" Date: Thu, 30 Jun 2016 09:57:22 +0100 Subject: [PATCH] Amended changelog related to #1398. [ci skip] --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2504a5e5b1..dd47d320ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,14 @@ 0.16.3 (Next) ============= -* Your contribution here. - -* [#1398](/~https://github.com/ruby-grape/grape/pull/1398): Added rescue_from :grape_exceptions option to allow Grape to use the built in Grape::Exception handing and use rescue :all behavior for everything else - [@mmclead](/~https://github.com/mmclead). - #### Features * [#1393](/~https://github.com/ruby-grape/grape/pull/1393): Middleware can be inserted before or after default Grape middleware - [@ridiculous](/~https://github.com/ridiculous). * [#1390](/~https://github.com/ruby-grape/grape/pull/1390): Allow inserting middleware at arbitrary points in the middleware stack - [@Rosa](/~https://github.com/Rosa). * [#1366](/~https://github.com/ruby-grape/grape/pull/1366): Store `message_key` on `Grape::Exceptions::Validation` - [@mkou](/~https://github.com/mkou). - +* [#1398](/~https://github.com/ruby-grape/grape/pull/1398): Added `rescue_from :grape_exceptions` - allow Grape to use the built-in `Grape::Exception` handing and use `rescue :all` behavior for everything else - [@mmclead](/~https://github.com/mmclead). +* Your contribution here. + #### Fixes * [#1430](/~https://github.com/ruby-grape/grape/pull/1430): Fix for `declared(params)` inside `route_param` - [@Arkanain](/~https://github.com/Arkanain).