We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9790bfb commit a01fce5Copy full SHA for a01fce5
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `spatie/laravel-activitylog` will be documented in this file
4
5
+## 3.16.0 - 2020-09-16
6
+
7
+- use `nullableMorphs()` in default migration - [#707](https://github.com/spatie/laravel-activitylog/pull/707)
8
+- add support for snake and camel cased related model attribute logging - [#721](https://github.com/spatie/laravel-activitylog/pull/721)
9
10
## 3.15.0 - 2020-09-14
11
12
- Add multiple/chained relation attribute logging support - [#784](https://github.com/spatie/laravel-activitylog/pull/784)
0 commit comments