We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1084c25 commit 08a128eCopy full SHA for 08a128e
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to `spatie/laravel-activitylog` will be documented in this file
4
5
+## 3.14.1 - 2020-03-23
6
+
7
+- revert breaking changes in `v3.14.0`
8
9
+## 3.14.0 - 2020-03-23 - BC
10
11
+Please use `v3.14.1` instead - this release is breaking because of the new column. There is also a `v4.0.0-rc.1` release that equals to this one.
12
13
+- add `\Spatie\Activitylog\ActivityLogger::event()` method and column [#702](https://github.com/spatie/laravel-activitylog/pull/702)
14
15
## 3.13.0 - 2020-03-13
16
17
- add `\Spatie\Activitylog\ActivityLogger::withoutLogs()` method [#695](https://github.com/spatie/laravel-activitylog/pull/695)
0 commit comments