Skip to content 9.2.0 (2018-06-09)
Breaking Changes
Added
- #1070 -
The experimental associations tracking feature has been moved to a separate
gem, paper_trail-association_tracking. PT will,
for now, have a runtime dependency on this new gem. So, assuming the gem
extraction goes well, no breaking changes are anticipated.
- #1093 -
PaperTrail.config.object_changes_adapter - Expert users can write their own
adapter to control how the changes for each version are stored in the
object_changes column. An example of this implementation using the hashdiff
gem can be found here:
paper_trail-hashdiff
Fixed