summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-03-03 22:47:08 +0200
committerOmer Katz <omer.drow@gmail.com>2019-03-03 22:47:08 +0200
commit6050c13c802e3d88f2dc55c2b037bfb54182323a (patch)
tree6092d6258a79856b0d2c13c0f6cd6ceed4804569 /Changelog
parente394f7b10bbfa6bea32f3108fc8dedbc3848a595 (diff)
downloadpy-amqp-6050c13c802e3d88f2dc55c2b037bfb54182323a.tar.gz
Updated the changelog.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog36
1 files changed, 36 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index b362a78..eb7b938 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,42 @@ py-amqp is fork of amqplib used by Kombu containing additional features and impr
The previous amqplib changelog is here:
http://code.google.com/p/py-amqplib/source/browse/CHANGES
+.. _version-2.4.2:
+
+2.4.2
+=====
+:release-date: 2019-03-03 10:45 P.M UTC+2:00
+:release-by: Omer Katz
+
+- Added support for the Cygwin platform
+
+ Contributed by **Matus Valo**
+
+- Correct offset incrementation when parsing bitmaps.
+
+ Contributed by **Allan Simon** & **Omer Katz**
+
+- Consequent bitmaps are now parsed correctly.
+
+ Previously the bit counter was reset with every bit.
+ We now reset it once per 8 bits, when we consume the next byte.
+
+ Contributed by **Omer Katz**
+
+Code Cleanups & Improvements:
+
+ - **Patrick Cloke**
+ - **Matus Valo**
+ - **Jeremiah Cooper**
+ - **Omer Katz**
+
+Test Coverage & CI Improvements:
+
+ - **Matus Valo**
+ - **Omer Katz**
+ - **Jeremiah Cooper**
+ - **Omer Katz**
+
.. _version-2.4.1:
2.4.1