Update changelog.

This commit is contained in:
Vincent Driessen 2012-09-03 13:54:39 +02:00
parent 4b66d7af41
commit 67ca942cb5
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
### 0.3.3
(not released yet)
- Access the current job from within the job function (`rq.get_current_job()`).
- Jobs can now access the current `Job` instance from within. Relevant
documentation [here](http://python-rq.org/docs/jobs/).
- Custom properties can be set by modifying the `job.meta` dict. Relevant
documentation [here](http://python-rq.org/docs/jobs/).
### 0.3.2