paper_trail 11.0.0
11.0.0 (2020-08-24)
Breaking Changes
- #1221
If you use the experimental association-tracking feature, and you forget to
install the
paper_trail-association_trackinggem, then, when you calltrack_associations=you will get aNoMethodErrorinstead of the previous detailed error. Normally the removal of such a temporary warning would not be treated as a breaking change, but since this relates to PT-AT, it seemed warranted. VersionConcern#sibling_versionsis now private, and its arity has changed.
Added
- None
Fixed
-
#1242 - Generator make wrong migration for Oracle database
-
#1238 - Query optimization in
reify -
#1256 - Skip version for timestamp when changed attributed is ignored via Hash
Dependencies
- Drop support for rails <= 5.1, which [reached EOL when 6.0 was released][2]
- Drop support for ruby 2.3 (reached EOL on 2019-04-01)