From 67ca942cb5f475b41acb47d45efcbd0b172ea066 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 3 Sep 2012 13:54:39 +0200 Subject: [PATCH] Update changelog. --- CHANGES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d8b6da37..cb83f75b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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