From fa0e9e0f95d9328e2cb8ec428bef56c71bb961a1 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 5 Sep 2013 21:05:03 +0200 Subject: [PATCH] Update changelog. --- CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 303e4dc..32b1fc5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,8 +13,10 @@ - Ability to provide a custom job description (instead of using the default function invocation hint). Thanks, İbrahim. -- Temporary key for the compact queue is now randomly generated, which should - avoid name clashes for concurrent compact actions. +- Fix: temporary key for the compact queue is now randomly generated, which + should avoid name clashes for concurrent compact actions. + +- Fix: `Queue.empty()` now correctly deletes job hashes from Redis. ### 0.3.11