Updates Changelog

This commit is contained in:
Ask Solem 2013-04-17 15:11:02 +01:00
parent f83a19f9df
commit b639fef1f5
1 changed files with 21 additions and 0 deletions

View File

@ -4,6 +4,27 @@
Change history
================
.. _version-2.5.11:
2.5.11
======
:release-date: TBA
- Adds ``passive`` option to :class:`~kombu.Exchange`.
Contributed by Rafal Malinowski
- librabbitmq: Now raises :exc:`NotImplementedError`
if ``ssl`` option enabled.
The librabbitmq library does not support ssl,
but you can use stunnel or change to the ``pyamqp://`` transport
instead.
Fix contributed by Dan LaMotte.
- eventio: select implementation now removes bad file descriptors.
.. _version-2.5.10:
2.5.10