diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c83c4b5c..16aa4dbf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +Version 2.10.0 +------------- +- Added Pagination support to Management list calls (e.g. queues list). +- Added Filtering support to Management list calls. +- Re-use the requests sessions for Management calls. +- Updated to use pytest framework instead of nose for testing. + Version 2.9.0 ------------- - Added support for custom Message implementations - Thanks Jay Hogg. diff --git a/README.rst b/README.rst index 61533497..49c51ca1 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,13 @@ Additional documentation is available on `amqpstorm.io