diff --git a/CHANGES.md b/CHANGES.md index e77251f..1b3e26c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,8 @@ - `rqworker` now has an optional `--password` flag. +- Remove `logbook` dependency (in favor of `logging`) + ### 0.3.2 (September 3rd, 2012) @@ -43,8 +45,6 @@ makes it possible to distinguish between a job that explicitly returned `None` and a job that isn't finished yet (see `status` property). -- Remove `logbook` dependency (in favor of `logging`) - - Custom exception handlers can now be configured in addition to, or to fully replace, moving failed jobs to the failed queue. Relevant documentation [here](http://python-rq.org/docs/exceptions/) and