collectiveidea / audited

Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
MIT License
3.34k stars 645 forks source link

fix: normalize enum changes before filtering duplicate audits on touch #696

Closed ycp3 closed 3 months ago

ycp3 commented 5 months ago

Closes #695

ycp3 commented 5 months ago

@danielmorrison Does anything else need to be done for this one?