Skip to content 10.1.0 (2018-12-04)
Breaking Changes
Deprecated
- #1158 - Passing
association name as
versions: option or Version class name as class_name:
options directly to has_paper_trail. Use has_paper_trail versions: {name: :my_name, class_name: "MyVersionModel"} instead.
Added
- #1166 -
New global option
has_paper_trail_defaults, defaults for has_paper_trail
- #1158 — Add the
ability to pass options, such as
scope or extend: to the has_many :versions association macro.
- #1172 -
Support rails 6.0.0.alpha
Fixed