From 190049ca9b8eaab03b3c4d2e0a195ceec7ef2d35 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 2 Oct 2019 10:07:14 -0700 Subject: [PATCH] 4209 --- Pro-Changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Pro-Changes.md b/Pro-Changes.md index 6c935b61..db3c6826 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -7,6 +7,7 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how t 5.0.1 --------- +- Rejigger batch failures UI to add direct links to retries and scheduled jobs [#4209] - Delete batch data with `UNLINK` [#4155] - Fix bug where a scheduled job can lose its scheduled time when using reliable push [#4267] - Sidekiq::JobSet#scan and #find_job APIs have been promoted to Sidekiq OSS. [#4259]