CHANGELOG in amqp-0.7.0.pre vs CHANGELOG in amqp-0.7.0
- old
+ new
@@ -1,5 +1,11 @@
= Version 0.7
* [BUG] Sync API for queues and exchanges, support for server-generated queues & exchange names (via semi-lazy collection).
* [BUG] Sync API for MQ#close (Channel.Close) [issue #34].
- * [FEATURE] From majek's fork, with some fixes. Example: AMQP.start("amqps://")
- * [DEVELOP] some em-spec-based specs, bin/irb, Gemfile.
+ * [FEATURE] AMQP URL from majek's fork, with some fixes. Example: AMQP.start("amqps://")
+ * [DEVELOP] Added some em-spec-based specs, bin/irb, Gemfile.
+ * [FEATURE] Added MQ::Exchange.default for the default exchange.
+ * [FEATURE] Raise an exception if we're trying to use Basic.Reject with RabbitMQ.
+ * [FEATURE] Fail if an entity is re-declared with different options.
+ * [BUG] Don't reconnect if the credentials are wrong.
+ * [BUG] Fixed an exception which occurred when Queue#bind was called synchronously with a callback.
+ * [DEVELOPMENT] Added a lot of specs (Bacon replaced by rSpec 2).