From b72c88c29fce33f2109c27fb353f8c00c1c09158 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Thu, 23 Jan 2025 12:30:24 +0100 Subject: [PATCH] Remove half-sentence from changelog (#1229) Seems like a half-sentence was left there trying to describe what happened previously. We should either fully formulate it or delete it - since I don't know what it was previously I opted to remove it but yeah depends on you what is better :) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 252291ec..d755903a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -114,7 +114,7 @@ support the JSON module once the minimum supported Elixir version is v1.18. - [Oban] Start all queues in parallel on initialization. The midwife now starts queues using an async stream to parallelize startup and minimize boot - time for applications with many queues. Previously, + time for applications with many queues. - [Oban] Safely return `nil` from `check_queue/2` when checking queues that aren't running.