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/).