CHANGELOG in amqp-0.8.4 vs CHANGELOG in amqp-0.9.0.pre1

- old
+ new

@@ -1,11 +1,12 @@ -= Version 0.8.2 (to be released) += Version 0.9.0 (not yet released) = Version 0.8.1 * [BUG] AMQP::Queue#status can no longer result in queue instance @ivars being changed. * [API] AMQP::Channel#reuse allows channel instance to be reused with a different channel id, may be used to recover from channel-level exceptions. + = Version 0.8.0 * [API] AMQP::Session#on_skipped_heartbeats callback that can be used to handle skipped heartbeats (for cases when TCP network failure detection is not timely enough) * [API] AMQP::Exchange#publish calls now use a mutex on the channel exchange is declared on. Sharing channels between threads is discouraged but amqp gem covers your back in the most dangerous case.