1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

one more change

This commit is contained in:
Mike Perham 2012-08-16 18:36:48 -07:00
parent cb26b3adef
commit 254c204d7a

View file

@ -1,6 +1,7 @@
2.2.0
-----------
- Roll back Celluloid optimizations in 2.1.0 which caused instability.
- Add extension to delay any arbitrary class method to Sidekiq.
Previously this was limited to ActiveRecord classes.