CHANGELOG.md in audited-5.6.0 vs CHANGELOG.md in audited-5.7.0

- old
+ new

@@ -1,7 +1,17 @@ # Audited ChangeLog +### 5.7.0 (2024-08-13) + +- Support for Rails 7.2 and Ruby 3.3, and testing cleanups - @mattbrictson + [#723](https://github.com/collectiveidea/audited/pull/723) +- Allow max_audits to be a proc or symbol - @gmhawash + [#718](https://github.com/collectiveidea/audited/pull/718) +- Support Rails 8 - @fernandomenolli + [#717](https://github.com/collectiveidea/audited/pull/717) + + ### 5.6.0 (2024-04-05) - Removed support for Rails 5.0 and 5.1. - Replace RequestStore with ActiveSupport::CurrentAttributes - @punkisdead [#702](https://github.com/collectiveidea/audited/pull/702) @@ -36,10 +46,10 @@ [#686](https://github.com/collectiveidea/audited/pull/686) ## 5.3.3 (2023-03-24) - Use RequestStore instead of Thread.current for thread-safe requests - @tiagocassio - [#669](https://github.com/collectiveidea/audited/pull/669) + [#669](https://github.com/c ollectiveidea/audited/pull/669) - Clean up Touch audits - @mcyoung, @akostadinov [#668](https://github.com/collectiveidea/audited/pull/668) ## 5.3.2 (2023-02-22)