From d7f83cd727fd97a78200ba96771d25d5556e312e Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 23 Aug 2012 09:54:27 +0200 Subject: [PATCH] Update changelog. --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5d1dc31c..1f5a5882 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,9 @@ - `.enqueue()` now takes a `result_ttl` keyword argument that can be used to change the expiration time of results. +- Queue constructor now takes an optional `async=False` argument to bypass the + worker (for testing purposes). + - Remove `logbook` dependency (in favor of `logging`)