diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec907aa5..72d072b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 2.2.0 +------------- +- Connection.close should now be more responsive. +- Channels are now reset when re-opening an existing connection. +- Re-wrote large portions of the Test suit. + Version 2.1.4 ------------- - Added parameter to override auto-decode on incoming Messages - Thanks Travis Griggs. diff --git a/README.rst b/README.rst index 93a7ce6a..e3708a87 100644 --- a/README.rst +++ b/README.rst @@ -21,6 +21,12 @@ Additional documentation is available on `docs.amqpstorm.io