From f7ab21678199561aacfdd7522bad5fbb27def878 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 29 Aug 2012 14:51:26 +0200 Subject: [PATCH] Update changelog. --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4d2cf954..0de60541 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,10 @@ [here](http://python-rq.org/docs/exceptions/) and [here](http://python-rq.org/patterns/sentry/). +- `rqworker` now supports passing in configuration files instead of the + many command line options: `rqworker -c settings` will source + `settings.py`. + ### 0.3.0 (August 5th, 2012)