Update changelog.

This commit is contained in:
Vincent Driessen 2013-09-05 00:29:40 +02:00
parent 1fed0e0ed5
commit 5d391e90a0
1 changed files with 5 additions and 0 deletions

View File

@ -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.