PaperTrail v11.0.0 Release Notes

Release Date: 2020-08-24 // over 3 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • #1221 If you use the experimental association-tracking feature, and you forget to install the paper_trail-association_tracking gem, then, when you call track_associations= you will get a NoMethodError instead 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_versions is 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