Skip to content

Commit

Permalink
fixes #4729
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Nov 3, 2020
1 parent 8ceffc1 commit 7d78711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changes.md
Expand Up @@ -155,7 +155,7 @@ assert_equal 1, Sidekiq::Extensions::DelayedMailer.jobs_for(FooMailer).size

This release has major breaking changes. Read and test carefully in production.

- With Rails 6.0.1+, ActiveJobs can now use `sidekiq_options` directly to configure Sidekiq
- With Rails 6.0.2+, ActiveJobs can now use `sidekiq_options` directly to configure Sidekiq
features/internals like the retry subsystem. [#4213, pirj]
```ruby
class MyJob < ActiveJob::Base
Expand Down

0 comments on commit 7d78711

Please sign in to comment.