From 90df03dc0b655eaa1665da984dc4558aacfd2309 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Fri, 18 Jan 2013 15:12:49 +0100 Subject: [PATCH] Add release notes. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8ef22f33..2fdf98c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ ### 0.3.3 (not released yet) +- Fix bug where work was lost due to silently ignored unpickle errors. + - Jobs can now access the current `Job` instance from within. Relevant documentation [here](http://python-rq.org/docs/jobs/).