summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-07-05 15:43:18 +0100
committerAsk Solem <ask@celeryproject.org>2012-07-05 15:43:18 +0100
commitdf8f2253fe612c076ca769567a8e9889c690edc0 (patch)
tree05d1512ce03b3f11f9e63660a194936b484a3d6b /Changelog
parentd25a12868cae48d8799f3a42633238e8502ef296 (diff)
downloadkombu-df8f2253fe612c076ca769567a8e9889c690edc0.tar.gz
Updates Changelog
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 49d5302a..fb26cf3e 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,28 @@
Change history
================
+.. _version-2.2.4:
+
+2.2.4
+=====
+:release-date: 2012-07-05 16:00 P.M BST
+
+- Support for msgpack-python 0.2.0 (Issue #143)
+
+ The latest msgpack version no longer supports Python 2.5, so if you're
+ still using that you need to depend on an earlier msgpack-python version.
+
+ Fix contributed by Sebastian Insua
+
+- :func:`~kombu.common.maybe_declare` no longer caches entities with the
+ ``auto_delete`` flag set.
+
+- New experimental filesystem transport.
+
+ Contributed by Bobby Beever.
+
+- Virtual Transports: Now support anonymous queues and exchanges.
+
.. _version-2.2.3:
2.2.3