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

update changelog with push_bulk return value change

This commit is contained in:
barelyknown 2013-11-05 11:29:26 -06:00
parent 8422376205
commit e8a82b28b3

View file

@ -1,3 +1,8 @@
2.17.0
-----------
- Change `Sidekiq::Client.push_bulk` to return array of pushed `jid`s.
2.16.1
-----------