From 43f8892d7a22b7a8aa266454fe9190a330322edf Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Fri, 22 Mar 2013 16:08:49 +0000 Subject: [PATCH] Wording --- Changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 60604f4da50..c74fece07a8 100644 --- a/Changelog +++ b/Changelog @@ -26,8 +26,8 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`. and that the rate-limit implementation is now thread-less and lock-free. The thread-based transports will still use the old implementation for - now, but the plan is to use the timer also for thread-based - implementations in Celery 3.1. + now, but the plan is to use the timer also for other + broker transports in Celery 3.1. - Rate limits now works with eventlet/gevent if using RabbitMQ/Redis as the broker.