Fix position of changelog entry.

main
Vincent Driessen 12 years ago
parent d1c2b3b78d
commit d4f5bcb817

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

Loading…
Cancel
Save