CHANGELOG.md in audited-4.5.0 vs CHANGELOG.md in audited-4.6.0

- old
+ new

@@ -16,9 +16,52 @@ Fixed - None + +## 4.6.0 (2018-01-10) + +Breaking changes + +- None + +Added + +- Add functionality to undo specific audit + [#381](https://github.com/collectiveidea/audited/pull/381) + +Changed + +- Removed duplicate declaration of `non_audited_columns` method + [#365](https://github.com/collectiveidea/audited/pull/365) +- Updated `audited_changes` calculation to support Rails>=5.1 change syntax + [#377](https://github.com/collectiveidea/audited/pull/377) +- Improve index ordering for polymorphic indexes + [#385](https://github.com/collectiveidea/audited/pull/385) +- Update CI to test on newer versions of Ruby and Rails + [#386](https://github.com/collectiveidea/audited/pull/386) + [#387](https://github.com/collectiveidea/audited/pull/387) + [#388](https://github.com/collectiveidea/audited/pull/388) +- Simplify `audited_columns` calculation + [#391](https://github.com/collectiveidea/audited/pull/391) +- Simplify `audited_changes` calculation + [#389](https://github.com/collectiveidea/audited/pull/389) +- Normalize options passed to `audited` method + [#397](https://github.com/collectiveidea/audited/pull/397) + +Fixed + +- Fixed typo in rspec causing incorrect test failure + [#360](https://github.com/collectiveidea/audited/pull/360) +- Allow running specs using rake + [#390](https://github.com/collectiveidea/audited/pull/390) +- Passing an invalid version to `revision` returns `nil` instead of last version + [#384](https://github.com/collectiveidea/audited/pull/384) +- Fix duplicate deceleration warnings + [#399](https://github.com/collectiveidea/audited/pull/399) + + ## 4.5.0 (2017-05-22) Breaking changes - None