summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2014-01-17 17:40:20 +0000
committerAsk Solem <ask@celeryproject.org>2014-01-17 17:40:20 +0000
commit2675518a2fb7b216629758f02eb841572b85d4de (patch)
treec5cd2529b2171962081c4a49bf529c27307cd734 /Changelog
parentd3eb93176470b88c4b140cbd15a4583701b983e8 (diff)
downloadkombu-2675518a2fb7b216629758f02eb841572b85d4de.tar.gz
flakesv3.0.10
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index c224a327..4e6de74d 100644
--- a/Changelog
+++ b/Changelog
@@ -8,13 +8,13 @@
3.0.10
======
-:release-date: 2014-01-17 04:00 P.M UTC
+:release-date: 2014-01-17 05:40 P.M UTC
:release-by: Ask Solem
- Now depends on :mod:`amqp` 1.4.1.
- ``maybe_declare`` now raises a "recoverable connection error" if
- the connection is disconnected instead of a :exc:`ChannelError` so that
+ the channel is disconnected instead of a :exc:`ChannelError` so that
the operation can be retried.
- Redis: ``Consumer.cancel()`` is now thread safe.