Skip to content

paper_trail 16.0.0

16.0.0 (2024-11-08)

Breaking Changes

  • #1478 Do not allow multiple has_paper_trail definitions for models. Previously, when has_paper_trail was called on a parent and a child from STI, then possibly multiple version records will be created per event (create, destroy etc).

Added

  • #1498 - Rails 8.0
  • #1422 - Add version_error_behavior config config option to control error handling when creating/updating/deleting Version records.

Fixed

  • None