From 4605c8feb07e504eec4e9195dd7b189b656efdc3 Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Tue, 27 Feb 2018 20:09:35 +0100 Subject: [PATCH] Typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d43df8750..04f409cbd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changes 0.8.0 (2018-02-27) ------------------ -- It's not possible to specify queue_name on AWS SNS+SQS and AMQP decorators +- It's now possible to specify queue_name on AWS SNS+SQS and AMQP decorators for competing queues. If not specified an automatically generated hash will be used as queue name as it worked previously.