From 7bf572cf0b933e459301485f20b6ddbc8d5e4d2e Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 5 Sep 2013 09:25:00 +0200 Subject: [PATCH] Update changelog. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4e079c4e..303e4dcc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,8 @@ - Fixed a performance issue in `Queue.all()` when issued in large Redis DBs. Thanks, Rob! +- Birth and death dates are now stored as proper datetimes, not timestamps. + - Ability to provide a custom job description (instead of using the default function invocation hint). Thanks, İbrahim.