paper_trail 6.0.0
6.0.0 (2016-12-03)
Now with rails 5.1 support, and less model pollution! About 40 methods that were polluting your models' namespaces have been removed, reducing the chances of a name conflict with your methods.
Breaking Changes
- #898 - Dropped support for rails 3
- #864 - The model methods
deprecated in 5.2.0 have been removed. Use
paper_trail.xinstead ofx. - #861 -
timestamp_field=removed without replacement. It is no longer configurable. The timestamp field in theversionstable must now be namedcreated_at.
Deprecated
- None
Added
- #900 - Support for rails 5.1
- #881 - Add RSpec matcher
have_a_version_with_changesfor easier testing.
Fixed
- None