CHANGELOG.md in sidetiq-0.4.0.rc3 vs CHANGELOG.md in sidetiq-0.4.0.rc4

- old
+ new

@@ -1,7 +1,10 @@ 0.4.0 ----- +- Fix bug where web dashboard wouldn't render when in presence of a + worker without a schedule. +- Schedulable#tiq deprecation warning removed. - 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.