From 9984157a6c65b62d731667c3a5f630d47735aeb5 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Fri, 4 Mar 2022 09:44:24 -0800 Subject: [PATCH] changes --- Changes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index 6ae7113b..9f892e79 100644 --- a/Changes.md +++ b/Changes.md @@ -5,10 +5,11 @@ HEAD --------- +- Fix page events with live polling [#5184] - Many under-the-hood changes to remove all usage of the term "worker" - from the Sidekiq codebase and APIs. This mostly involved RDoc and local variable - names but a few constants and public APIs were changed. The old APIs will be removed - in Sidekiq 7.0. + from the Sidekiq codebase and APIs. This mostly involved RDoc and local + variable names but a few constants and public APIs were changed. The old + APIs will be removed in Sidekiq 7.0. ``` Sidekiq::DEFAULT_WORKER_OPTIONS -> Sidekiq.default_job_options Sidekiq.default_worker_options -> Sidekiq.default_job_options