diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 549e8d6a..c83c4b5c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 2.9.0 +------------- +- Added support for custom Message implementations - Thanks Jay Hogg. +- Fixed a bug with confirm_delivery not working after closing and re-opening an existing channel. +- Re-worked the channel re-use code. + Version 2.8.5 ------------- - Fixed a potential deadlock when opening a channel with a broken connection [#97] - Thanks mehdigmira. diff --git a/README.rst b/README.rst index 08f3a835..61533497 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,12 @@ Additional documentation is available on `amqpstorm.io