From a303be7ca6a6d2772d65ad3cb904b1f7dd51ffde Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Fri, 29 Jul 2011 12:52:26 +0100 Subject: [PATCH] Updates Changelog --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog b/Changelog index ddd62aa3..baf44663 100644 --- a/Changelog +++ b/Changelog @@ -8,11 +8,15 @@ ===== :release-date: TBA +* Now depends on amqplib >= 1.0.0. + * Redis: Now automatically deletes auto_delete queues at ``basic_cancel``. * ``serialization.unregister`` added so it is possible to remove unwanted seralizers. +* Fixes MemoryError while importing ctypes on SELinux (Issue #52). + * ``BrokerConnection.autoretry`` is a version of ``ensure`` that works with arbitrary functions (i.e. it does not need an associated object that implements the ``revive`` method.