We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3619d82 commit f2ede0fCopy full SHA for f2ede0f
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `spatie/laravel-activitylog` will be documented in this file
4
5
+## v4.7.1 - 2022-11-11
6
+
7
+### What's Changed
8
9
+- Fix nullable custom properties in PHP 8.0 by @stevebauman in https://github.com/spatie/laravel-activitylog/pull/1115
10
11
+**Full Changelog**: https://github.com/spatie/laravel-activitylog/compare/4.7.0...4.7.1
12
13
## v4.7.0 - 2022-11-10
14
15
### What's Changed
@@ -122,6 +130,7 @@ Special thanks to [Ahmed Nagi](https://github.com/nagi1).
122
130
-
123
131
124
132
133
+-
125
134
- Implement a `CauserResolver` to define causer for current runtime [#582](https://github.com/spatie/laravel-activitylog/issues/582).
126
135
127
136
## 3.17.0 - 2021-03-02
0 commit comments