diff --git a/Ent-Changes.md b/Ent-Changes.md index 3fa9541e..74fc71d9 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -4,6 +4,15 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy. +HEAD +------------- + +- Fix broken Cron page in Web UI, add this to your initializer to work + around [#3458]: +``` +require 'sidekiq-ent/periodic/cron'` +``` + 1.5.3 -------------