Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 520 Bytes

CHANGELOG.md

File metadata and controls

11 lines (8 loc) · 520 Bytes

v0.8.3 - September 10th, 2019:

  • PaperTrail.delete now accepts Ecto.Changeset

v0.8.2 - June 29th, 2019:

  • Rare PaperTrail.RepoClient.repo compile time errors fixed.
... many changes

v0.6.0 - March 14th, 2017:

  • 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.