Update CHANGELOG.md

This commit is contained in:
typicode
2017-08-02 20:17:40 +02:00
committed by GitHub
parent a664a7df88
commit 96917463cc

View File

@ -4,7 +4,11 @@
* Re-include `body-parser` in `jsonServer.middlewares()`.
If you're using JSON Server in an Express server and experience issues, you can disable it by passing `{ bodyParser: false }`.
If you're using JSON Server in an Express server and experience issues, you can disable it by passing
```js
jsonServer.defaults({ bodyParser: false })
```
## 0.11.2 - 2017-07-10