CHANGELOG.md in sidetiq-0.3.2 vs CHANGELOG.md in sidetiq-0.3.3

- old
+ new

@@ -1,4 +1,11 @@ +0.3.3 +----- + +- Deprecate Sidekiq::Schedulable.tiq in favor of .recurrence. + Sidekiq::Schedulable.tiq will still work until v0.4.0 but log + a deprecation warning. + 0.3.2 ----- - Fix tests to work with changes to Sidekiq::Client. #push_old seems to expect 'at' instead of 'enqueued_at' now