From 84055fd1c77f1ad63ee3f8b9645fb58c1ce48842 Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Tue, 28 Jan 2025 18:21:36 +0100 Subject: [PATCH] Update changelog with Rails 7.2 AJ method --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72165a97..cbeef15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [7.0.0] - Unreleased +- Enhancement: Add enqueue_after_transaction_commit? for Rails 7.2 compatibility + - [#777](https://github.com/ruby-shoryuken/shoryuken/pull/777) + - Fix integration tests by updating aws-sdk-sqs and replacing moto with LocalStack - [#782](https://github.com/ruby-shoryuken/shoryuken/pull/782) - [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)