From d1113aedf663e4aa389c8f6831461d8e418263e9 Mon Sep 17 00:00:00 2001 From: namusyaka Date: Thu, 17 Mar 2016 02:46:47 +0900 Subject: [PATCH] Add a section about #1326 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa002c3be1..26644377dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ #### Fixes * [#1325](https://github.com/ruby-grape/grape/pull/1325): Params: Fix coerce_with helper with Array types - [@ngonzalez](https://github.com/ngonzalez). +* [#1326](https://github.com/ruby-grape/grape/pull/1326): Fix wrong behavior for OPTIONS and HEAD requests with catch-all - [@ekampp](https://github.com/ekampp), [@namusyaka](https://github.com/namusyaka). 0.15.0 (3/8/2016) =================