From 89293353d64a63ecb724338dae5a0a77bea0e7a4 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Fri, 19 Apr 2013 10:55:17 +0200 Subject: [PATCH] Update changelog. --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5366f96..93cc7bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,17 @@ ### 0.3.8 (not yet released) +- `rqworker` and `rqinfo` have a `--url` argument to connect to a Redis url. + - `rqworker` and `rqinfo` have a `--socket` option to connect to a Redis server through a Unix socket. - `rqworker` reads `SENTRY_DSN` from the environment, unless specifically provided on the command line. +- `Queue` has a new API that supports paging `get_jobs(3, 7)`, which will + return at most 7 jobs, starting from the 3rd. + ### 0.3.7 (February 26th, 2013)