- the preferred way to get changes on an
Activity
model is through thechanges
property instead of thechanges()
function - the
activity
relation of theCausesActivity
trait has been renamed toactions
- the
activity
relation of theLogsActivity
trait has been renamed toactivities
- the deprecated
loggedActivity
relation has been removed - fix for setting a custom table name for the
Activity
model via the$table
property - support for PHP 7.0 has been dropped