From a95831112dbcb57a55176a1e01626c8a2c959a91 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 17 Oct 2018 19:02:40 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b8d5a6..5f85de85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `spatie/laravel-activitylog` will be documented in this file +## 3.1.0 - 2018-10-17 + +- add `$logUnguarded` + ## 3.0.0 - 2018-10-16 - the preferred way to get changes on an `Activity` model is through the `changes` property instead of the `changes()` function - the `activity` relation of the `CausesActivity` trait has been renamed to `actions`