Updates Changelog

This commit is contained in:
Ask Solem 2011-07-29 12:52:26 +01:00
parent efac4b34a8
commit a303be7ca6
1 changed files with 4 additions and 0 deletions

View File

@ -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.