From d4f5bcb81722148a2d99e589178a3e187a367ee3 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Fri, 18 Jan 2013 15:48:27 +0100 Subject: [PATCH] Fix position of changelog entry. --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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