Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jan 8, 2017
1 parent f9a4499 commit 7cb5b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All Notable changes to `laravel-fractal` will be documented in this file

- fix wrong implementation of the `respond` method.

If you encounter errors when upgrading from `3.1.0` to this version, replace all usagse of `Spatie\Fractal\Response` by `Illuminate\Http\JsonResponse`. All calls to the `headers` method on that class should be replaced by `withHeaders`;
If you encounter errors when upgrading from `3.1.0` to this version, replace all usagse of `Spatie\Fractal\Response` by `Illuminate\Http\JsonResponse`. All calls to the `headers` method on that class should be replaced by `withHeaders`.

## 3.1.0 - 2017-01-05

Expand Down

0 comments on commit 7cb5b6b

Please sign in to comment.