From f0057fdb37e2f59df6aeb7b2f6e3b52bfaf3638f Mon Sep 17 00:00:00 2001 From: Gummibeer Date: Fri, 4 Mar 2022 10:52:43 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046e14c8..c9f54a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `spatie/laravel-activitylog` will be documented in this file +## 4.4.1 - 2022-03-04 + +- https://github.com/spatie/laravel-activitylog/pull/956 + ## 4.4.0 - 2022-01-12 - allow Laravel 9 @@ -38,6 +42,7 @@ Special thanks to [Ahmed Nagi](https://github.com/nagi1). - Add Pipeline to customize logged changes data. - - Deep diff array/JSON sub-keys and respect for only-dirty, no-empty ... [#692](https://github.com/spatie/laravel-activitylog/issues/692) using new pipeline. See implementation in the tests. - +- - Implement a `CauserResolver` to define causer for current runtime [#582](https://github.com/spatie/laravel-activitylog/issues/582). ## 3.17.0 - 2021-03-02