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.