Update CHANGELOG.md

This commit is contained in:
Ryan Buckley 2016-09-02 19:36:49 -07:00 committed by GitHub
parent 7b05b9c7cb
commit a6683edd48
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
```ruby
insert_after Grape::Middleware::Formatter, Grape::Middleware::Logger
```
Otherwise POST requests won't work correctly. This was an earlier issue (#4) that was fixed by duck punching Grape :O
Otherwise POST requests won't work correctly. This was an earlier issue [(#4)](https://github.com/ridiculous/grape-middleware-logger/issues/4) that was fixed by duck punching Grape :O
0.16.0 (4/4/2016)
==================