ChangeLog.md in amqp-1.5.1 vs ChangeLog.md in amqp-1.5.2

- old
+ new

@@ -1,4 +1,36 @@ +## Changes Between 1.5.0 and 1.5.2 (Apr 4th, 2016) + +### Provide More Details in TCP Connection Failure Exception + +Contributed by Neil Hooey. + +GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222). + + +### Ensures frameset is cleared after an unhandled exception + +Ensures frameset is cleared after an unhandled exception. +This avoids confusing exceptions such as + +``` +undefined method `method_class' for #<AMQ::Protocol::BodyFrame:0x0000001e8a60b0> +``` + +Contributed by Michael Lutsiuk. + +GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218) + + +## Changes Betweem 1.5.0 and 1.5.1 (Aug 26th, 2015) + +### Upgrade amq-protocol to 1.9 + +This library now depends on amq-protocol `~> 1.9`. + + + + ## Changes Between 1.4.x and 1.5.0 ### Only Await basic.consume-ok If nowait is false Contributed by Rian McGuire.