diff --git a/Changelog b/Changelog index a7ab104c..800698f4 100644 --- a/Changelog +++ b/Changelog @@ -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