summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-12-07 13:53:34 -0800
committerAsk Solem <ask@celeryproject.org>2016-12-07 13:53:34 -0800
commit1a1d8d3464f5adff6961a5042fa82140ebf26e1e (patch)
treeefaa83ab9a1265c15c85fbcc49773538c454cf7a /Changelog
parent6074339b8f616bd1544c3e624e493ae2c61b5f06 (diff)
downloadpy-amqp-1a1d8d3464f5adff6961a5042fa82140ebf26e1e.tar.gz
Updates Changelog
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index edbc610..c77ff0d 100644
--- a/Changelog
+++ b/Changelog
@@ -14,6 +14,8 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
- Linux: Now sets the :data:`~socket.TCP_USER_TIMEOUT` flag if available
for better failed connection detection.
+ Contributed by **Jelte Fennema**.
+
The timeout is set to the ``connect_timeout`` value by default,
but can also be specified by using the ``socket_settings`` argument
to :class:`~amqp.Connection`:
@@ -56,6 +58,10 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
}
)
+- Python compatibility: Fixed compatibility when using the python ``-b`` flag.
+
+ Fix contributed by Jon Dufresne.
+
.. _version-2.1.1:
2.1.1