CHANGELOG in amqp-0.7.1 vs CHANGELOG in amqp-0.7.2
- old
+ new
@@ -1,4 +1,11 @@
+= Version 0.7.2
+
+ * [BUG] Server-named queues declared en masse now get their unique names instead of all beign assigned the first generated name
+ * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB
+ * [BUG] Heartbeats broken for long running tasks [#43]
+ * [BUG] Queue#reset leaks consumer tags [#40].
+
= Version 0.7.1
* [BUG] AMQP gem no longer conflicts with Builder 2.1.2 on Ruby 1.9.
All Ruby on Rails 3 users who run Ruby 1.9 are highly recommended
to upgrade!