Audited v4.6.0 Release Notes

Release Date: 2018-01-10 // over 6 years ago
  • ๐Ÿ’ฅ Breaking changes

    • None

    โž• Added

    • โž• Add functionality to undo specific audit #381

    ๐Ÿ”„ Changed

    • Removed duplicate declaration of non_audited_columns method #365
    • โšก๏ธ Updated audited_changes calculation to support Rails>=5.1 change syntax #377
    • ๐Ÿ‘Œ Improve index ordering for polymorphic indexes #385
    • โšก๏ธ Update CI to test on newer versions of Ruby and Rails #386 #387 #388
    • Simplify audited_columns calculation #391
    • Simplify audited_changes calculation #389
    • Normalize options passed to audited method #397

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed typo in rspec causing incorrect test failure #360
    • ๐Ÿ‘ Allow running specs using rake #390
    • Passing an invalid version to revision returns nil instead of last version #384
    • ๐Ÿ›  Fix duplicate deceleration warnings #399