diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a193fdc..ac7a09c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 2.11.0 +-------------- +- Replace select.select with select.poll on Linux by default. +- Replace list with collections.deque - Thanks Bernhard Thiel. +- Removed unnecessary lock when building messages. + Version 2.10.8 -------------- - Fixed bug with multi-threaded basic.consume not always being threadsafe [#132] - Thanks mic1on. diff --git a/README.rst b/README.rst index 8cfdd22..3548590 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,12 @@ Additional documentation is available on `amqpstorm.io