CHANGES.md in sidekiq-throttled-0.3.1 vs CHANGES.md in sidekiq-throttled-0.3.2
- old
+ new
@@ -1,5 +1,12 @@
+## 0.3.2 (2016-05-16)
+
+* [#13](https://github.com/sensortower/sidekiq-throttled/issues/13)
+ Fix throttled BasicFetch with strictly ordered queues on sidekiq 4.
+ ([@palanglung], [@ixti])
+
+
## 0.3.1 (2016-05-15)
* Precalculate LUA script digests to reduce bandwidth upon nodes reload
_(which might (and might not) happen if you run thousands of nodes)_.
([@ixti])
@@ -24,5 +31,6 @@
* Initial release.
[@ixti]: https://github.com/ixti
[@fhwang]: https://github.com/fhwang
+[@palanglung]: https://github.com/palanglung