From 36faec56495b1a7fb6b1217191cca313ae8d4fc9 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Mon, 4 Apr 2016 13:01:50 -0700 Subject: [PATCH] Adds Juan Carlos Ferrer to AUTHORS (Issue #581) --- AUTHORS | 3 ++- Changelog | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index f778f5ca..912f6a1f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ ========= AUTHORS ========= -:order: sorted +:order: sorted (`.,$!sort -uf`) Adam Gaca Adam Nelson @@ -69,6 +69,7 @@ John Watson Jonathan Halcrow Joseph Crosland Joshua Harlow +Juan Carlos Ferrer Kai Groner Keith Fitzgerald Kevin McCarthy diff --git a/Changelog b/Changelog index 6977eac3..e06dc23c 100644 --- a/Changelog +++ b/Changelog @@ -71,6 +71,10 @@ ``Connection.supports_exchange_type(type)`` that can be used to check if the current transport supports a specific exchange type. +- SQS: Consumers can now read json messages not sent by Kombu. + + Contributed by Juan Carlos Ferrer. + - SQS: Will now log the access key used when authentication fails. Contributed by Hank John.