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.