summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2020-01-31 21:43:00 +0700
committerSelwin Ong <selwin.ong@gmail.com>2020-01-31 21:43:00 +0700
commitf18a951eecaf5e66d4429df5322019a99135e83c (patch)
treea6b396ff41d4a78788bf9a945692f91faa3bec16 /CHANGES.md
parentfda4b35f4667cebada1a541b141707aa63b19c4f (diff)
downloadrq-f18a951eecaf5e66d4429df5322019a99135e83c.tar.gz
Bump version to 1.2.2v1.2.2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index add92e9..14adcde 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,6 @@
+### RQ 1.2.2 (2020-01-31)
+* `Job.fetch()` now properly handles unpickleable return values. Thanks @selwin!
+
### RQ 1.2.1 (2020-01-31)
* `enqueue_at()` and `enqueue_in()` now sets job status to `scheduled`. Thanks @coolhacker170597!
* Failed jobs data are now automatically expired by Redis. Thanks @selwin!