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

Changes the way old audits are combined. Keep first and last value, discard middle ones. #712

Open KirtashW17 opened 4 weeks ago

KirtashW17 commented 4 weeks ago

Changes the way old audits are combined. Now we keep the first and the last one of each attribute, instead of the last 2.

fixes #713