CHANGELOG in amqp-0.9.4 vs CHANGELOG in amqp-0.9.5
- old
+ new
@@ -1,5 +1,9 @@
-= Version 0.9.0 (not yet released)
+= Version 0.9.0 to 0.9.4
+
+ * [BUG] A couple of concurrency issues (race conditions) fixed for apps that actively close and/or reuse channels
+ * [BUG] AMQP::Queue#initialize with :nowait => true no longer fails with NoMethodError
+ * [FEATURE] Automatic recovery mode now works for publishers
= Version 0.8.1
* [BUG] AMQP::Queue#status can no longer result in queue instance @ivars being changed.