summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-06-21 15:21:54 +0100
committerAsk Solem <ask@celeryproject.org>2012-06-21 15:21:54 +0100
commitdf458539b7b0a81c3f452405d3fc7f6612b47eda (patch)
tree84671cfb2571cadb895879930f5118d6628defda
parent887a7a91b5cbf3993678f0265d2210cb45ede152 (diff)
downloadkombu-df458539b7b0a81c3f452405d3fc7f6612b47eda.tar.gz
Fixes changelogv2.2.1
-rw-r--r--Changelog8
1 files 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::