paper_trail 16.0.0
16.0.0 (2024-11-08)
Breaking Changes
- #1478 Do not allow
multiple
has_paper_traildefinitions for models. Previously, whenhas_paper_trailwas called on a parent and a child from STI, then possibly multipleversionrecords will be created per event (create,destroyetc).
Added
- #1498 - Rails 8.0
- #1422 - Add
version_error_behaviorconfig config option to control error handling when creating/updating/deletingVersionrecords.
Fixed
- None