diff --git a/Changes.md b/Changes.md index fb1c91f9..09c77d20 100644 --- a/Changes.md +++ b/Changes.md @@ -13,9 +13,11 @@ namespace :sidekiq do end end ``` -- The Web UI can use the API to quiet or stop all processes on the Busy tab. +- The Web UI can use the API to quiet or stop all processes via the Busy page. - The Web UI understands and hides the `Sidekiq::Extensions::Delay*` classes, instead showing `Class.method` as the Job. [#1718] +- Delay extensions can be removed so they don't conflict with + DelayedJob: put `Sidekiq.remove_delay!` in your initializer. [devaroop, #1674] 3.0.2