CHANGELOG.md in sidetiq-0.3.6 vs CHANGELOG.md in sidetiq-0.3.7

- old
+ new

@@ -1,4 +1,14 @@ +0.3.7 +----- + +- Bump Sidekiq dependency to ~> 2.14.0. +- Use ERB templates instead of slim. +- Don't check if `Sidekiq::Web.tabs` is an Array in Sidetiq::Web. +- Fix Ruby parser warnings in web.rb. +- Move development dependencies from Gemfile to gemspec. +- Use coveralls instead of simplecov. + 0.3.6 ----- - Better protection against stale locks and race-conditions.