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

When combining old audits, oldest value should be kept #713

Open KirtashW17 opened 4 weeks ago

KirtashW17 commented 4 weeks ago

When combining old audits, I expect oldest and newest value of the audits to be combined to be kept, but instead of this audited just keeps the 2 newest values.

If you agree with this, you could check my PR at #712