From ce8e1c553c94505bd2223bb0fe5eafc653999e28 Mon Sep 17 00:00:00 2001 From: Sanchit Rajwansh <47382643+SanchitRajwansh@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:41:19 +0530 Subject: [PATCH] Fixed the typo in queue spelling in Changelog.md file (#491) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 607d57a..5039ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,7 @@ NOTE: Please read PR #458 for upgrade instructions. - Add retried_at field for Sidekiq compatibility #450 by @ananthakumaran - Add apis to support exq_ui #452 by @ananthakumaran - Add documentation about mode: :enqueuer and Exq.Enqueuer.queue_in #456 by @dbernheisel -- Add api to immediately enqeueue jobs from retry/scheduled queue #461 by @ananthakumaran +- Add api to immediately enqueue jobs from retry/scheduled queue #461 by @ananthakumaran - Add api to re-enqueue dead job #462 by @ananthakumaran ### Changed