- PaperTrail.delete now accepts Ecto.Changeset
- Rare PaperTrail.RepoClient.repo compile time errors fixed.
- Version event names are now 'insert', 'update', 'delete' to match their Ecto counterpats instead of 'create', 'update', 'destroy'.
- Introduction of strict mode. Please read the documentation for more information on the required origin and originator_id field and foreign-key references.