Update CHANGELOG.md

This commit is contained in:
Ryan Buckley 2016-09-02 19:41:20 -07:00 committed by GitHub
parent 054f798475
commit 464058b64c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
==================
* Bump Grape dependency to 0.17
* Encourage `insert_after` when mounting to properly include query and post data.
* Encourage `insert_after` when mounting to properly include query and post data
```ruby
insert_after Grape::Middleware::Formatter, Grape::Middleware::Logger