diff --git a/Changes.md b/Changes.md index 83a4b348..45b2b7ae 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,7 @@ 3.4.2 ----------- +- Don't allow `Sidekiq::Worker` in ActiveJob::Base classes. - Safer display of job data in Web UI [#2405] - Fix CSRF vulenerability in Web UI, thanks to Egor Homakov for reporting. [#2422] If you are running the Web UI as a standalone Rack app, diff --git a/Pro-Changes.md b/Pro-Changes.md index 865479bb..63dde008 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -7,6 +7,7 @@ HEAD ----------- - Atomic scheduler now sets `enqueued_at` [#2414] +- Batches now account for jobs which are stopped by client middleware [#2406] 2.0.4 -----------