CHANGELOG.md in sidetiq-0.3.4 vs CHANGELOG.md in sidetiq-0.3.5
- old
+ new
@@ -1,4 +1,12 @@
+0.3.5
+-----
+
+- Use Clock#mon_synchronize instead of #synchronize.
+
+ ActiveSupport's core extensions override Module#synchronize which seems to
+ break MonitorMixin.
+
0.3.4
-----
- More robust #perform arity handling.