Skip to content

Commit

Permalink
changelog v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed May 28, 2019
1 parent bdc7ec0 commit 50d20d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to `spatie/laravel-activitylog` will be documented in this f

## 3.6.0 - 2019-05-28

- update `properties` column type from `text` to `json`
- update `properties` column type from `text` to `json` [#525](https://github.com/spatie/laravel-activitylog/pull/525)
- update `subject_id` and `causer_id` column type from `integer` to `big_integer` and `unsigned` [#527](https://github.com/spatie/laravel-activitylog/pull/527)
- fix attribute getter support in `DetectsChanges` trait [#534](https://github.com/spatie/laravel-activitylog/pull/534)
- fix old attributes retrieval in `DetectsChanges` trait [#537](https://github.com/spatie/laravel-activitylog/pull/537)
- clean up old attributes in `DetectsChanges` trait [#538](https://github.com/spatie/laravel-activitylog/pull/538)

## 3.5.0 - 2019-04-15

Expand Down

0 comments on commit 50d20d2

Please sign in to comment.