From df458539b7b0a81c3f452405d3fc7f6612b47eda Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Thu, 21 Jun 2012 15:21:54 +0100 Subject: [PATCH] Fixes changelog --- Changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 440c23a0..d82b0647 100644 --- a/Changelog +++ b/Changelog @@ -6,7 +6,7 @@ 2.2.1 ===== -:release-date: 2012-06-12 7:07 P.M BST +:release-date: 2012-06-21 01:00 P.M BST - SQS: Default visibility timeout is now 30 minutes. @@ -29,10 +29,10 @@ >>> bound_exchange = exchange(connection) >>> bound_exchange.declare() -- SimpleQueue & SimpleBuffer can now be bound to connections (which will use - the default channel). +- ``SimpleQueue`` & ``SimpleBuffer`` can now be bound to connections (which + will use the default channel). -- Connection.manager.get_bindings now works for librabbitmq and pika. +- ``Connection.manager.get_bindings`` now works for librabbitmq and pika. - Adds new transport info attributes::