From 5d391e90a0fa80bb85450b9640d349fc9c429074 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 5 Sep 2013 00:29:40 +0200 Subject: [PATCH] Update changelog. --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e305be8..4e079c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ - Job dependencies! Thanks, Selwin. +- `Queue.all()` and `rqinfo` now report empty queues, too. Thanks, Rob! + +- Fixed a performance issue in `Queue.all()` when issued in large Redis DBs. + Thanks, Rob! + - Ability to provide a custom job description (instead of using the default function invocation hint). Thanks, İbrahim.