Fix position of changelog entry.

This commit is contained in:
Vincent Driessen 2013-01-18 15:48:27 +01:00
parent d1c2b3b78d
commit d4f5bcb817
1 changed files with 2 additions and 2 deletions

View File

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