From 7cb5b6b1094225ecdf498aae764a8727a1ed4c34 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Sun, 8 Jan 2017 22:22:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6305863..2c4abd2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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