Update CHANGELOG.md

This commit is contained in:
typicode
2015-09-17 09:06:11 +02:00
parent 645a3ab485
commit 5aab59e79e

View File

@ -8,9 +8,9 @@
```bash
# Before
GET /products?author=typicode&foo=bar # []
GET /posts?author=typicode&foo=bar # []
# After
GET /products?author=typicode&foo=bar # [{...}, {...}]
GET /posts?author=typicode&foo=bar # [{...}, {...}]
```
## [0.7.28][2015-09-09]