summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lukach <anthonylukach@gmail.com>2017-07-18 11:42:36 -0600
committerAsif Saifuddin Auvi <auvipy@users.noreply.github.com>2017-07-18 23:42:36 +0600
commit9038f4c4b3eeeedcfd7c32f08cf5eb58068e7046 (patch)
treee7137fc1a5cedd970735756cea5d3209e8f6189e
parent55663e0b2cca286ac6faa76316da5acaf34b739a (diff)
downloadkombu-9038f4c4b3eeeedcfd7c32f08cf5eb58068e7046.tar.gz
Cleanup Changelog (resolve failing build) (#768)
* Cleanup Changelog * Fixup
-rw-r--r--Changelog13
1 files changed, 6 insertions, 7 deletions
diff --git a/Changelog b/Changelog
index bda1e015..9fc5ca90 100644
--- a/Changelog
+++ b/Changelog
@@ -11,7 +11,7 @@
:release-date: 2017-07-17 04:45 P.M MST
:release-by: Anthony Lukach
-*- SQS: Added support for long-polling on all supported queries. Fixed bug
+- SQS: Added support for long-polling on all supported queries. Fixed bug
causing error on parsing responses with no retrieved messages from SQS.
Contributed by **Anthony Lukach**.
@@ -51,7 +51,7 @@
Contributed by **Bill Nottingham**.
- Fixed race condition and innacurrate timeouts for
- :class:``kombu.simple.SimpleBase` (Issue #720).
+ :class:``kombu.simple.SimpleBase`` (Issue #720).
Contributed by **c-nichols**.
@@ -77,7 +77,7 @@
Contributed by **georgepsarakis**.
-- SQS: Add support for Python 3.4.
+- SQS: Added support for Python 3.4.
Contributed by **Anthony Lukach**.
@@ -85,13 +85,12 @@
:pypi:`boto)`.
- Adds support for Python 3.4+
- - Adds support for FIFO queues (Issue #678) and
- (Issue celery/celery#3690)
+ - Adds support for FIFO queues (Issue #678) and (Issue celery/celery#3690)
- Avoids issues around a broken endpoints file (Issue celery/celery#3672)
Contributed by **Mischa Spiegelmock** and **Jerry Seutter**.
-- Zookeeper: Add support for delaying task with Python 3.
+- Zookeeper: Added support for delaying task with Python 3.
Contributed by **Dima Kurguzov**.
@@ -105,7 +104,7 @@
Contributed by **Felix Yan**.
-- etcd: Adding handling for :exc:`EtcdException` exception rather than
+- etcd: Added handling for :exc:`EtcdException` exception rather than
:exc:`EtcdError`.
Contributed by **Stephen Milner**.