New `snapshot_on_deletion` feature!
This adds a new config that will enable snapshots by default for all delete actions.
Journaled::AuditLog.snapshot_on_deletion = true
Since changes
will be empty on deletion, you should consider using this if you care about the contents of any records being deleted (and/or don't have a full audit trail from their time of creation).