CHANGELOG.md in sidetiq-0.4.0.rc2 vs CHANGELOG.md in sidetiq-0.4.0.rc3
- old
+ new
@@ -1,7 +1,9 @@
0.4.0
-----
+- Schedules are now stored on the workers directly instead of in a
+ pseudo-global, mutable Hash.
- Clock now start looping automatically if `Sidekiq.server?` returns true.
- Show job history in web extension.
- Integrate with Sidekiq's exception handling/reporting in critical parts.
- Store more detailed lock metadata.
- Remove stray 'thead' from ERB template.