From e4b7fdeb3bd749b75344bc958d6676689a745dc0 Mon Sep 17 00:00:00 2001 From: freek Date: Sun, 6 Mar 2016 18:54:20 +0100 Subject: [PATCH] edit changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7e455..a49c749 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All Notable changes to `laravel-feed` will be documented in this file +## 1.0.2 - 2016-03-06 + +- Fix the registration of feeds when using a catch all route + +### Important + +This version contains a breaking change. To continue using the package you'll have to add +`Route::feeds()` at the top of your routes file. + ## 1.0.1 - 2016-03-05 - Fix content type of feed response