summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-12-07 14:19:45 -0800
committerAsk Solem <ask@celeryproject.org>2016-12-07 14:19:45 -0800
commit4cfb7e52b24172d05c47c2901b2fe48aff64c45d (patch)
tree3b9a64649fc6e39c56d90361869c7dc960c8fe73 /Changelog
parent7708a66ab2180e683e88febcb9f1278a2f40eaaf (diff)
downloadkombu-4cfb7e52b24172d05c47c2901b2fe48aff64c45d.tar.gz
Updates Changelog
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog31
1 files changed, 31 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e718213d..5ae9d04f 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,37 @@
Change history
================
+.. _version-4.0.1:
+
+4.0.1
+=====
+:release-date: TBA
+:release-by: Ask Solem
+
+- Now depends on :mod:`amqp` 2.1.2
+
+ This new version takes advantage of the new ``TCP_USER_TIMEOUT`` socket option
+ on Linux.
+
+- QPid: Switch to using getattr in qpid.Transport.__del__ (Issue #658)
+
+ Contributed by **Patrick Creech**.
+
+- MongoDB: Removes use of natural sort (Issue #638).
+
+ Contributed by **Anton Chaporgin**.
+
+- Fixed wrong keyword argument ``channel`` error (Issue #652).
+
+ Contributed by **Toomore Chiang**.
+
+- Safe argument to ``urllib.quote`` must be bytes on Python 2.x (Issue #645).
+
+- Documentation improvments by:
+
+ - **Carlos Edo**
+ - **Cemre Mengu**
+
.. _version-4.0:
4.0