We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d9a63 commit e92e556Copy full SHA for e92e556
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to `laravel-feed` will be documented in this file
4
5
+## 2.0.0 - 2017-08-30
6
+- Laravel 5.5 compatibility
7
+- Package rewrite, feeds can be built from anything that created a `FeedItem` now
8
+- Introduced the `Feedable` interface for models that can be transformed to a `FeedItem`
9
+- The readme has an upgrade guide to v2
10
+
11
## 1.4.1 - 2017-08-07
12
- removed unnecessary dependency
13
0 commit comments