From c2f452c47aadb6033d33650efdcadc8eeb82186c Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Thu, 8 Oct 2015 18:15:08 +0700 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 07ba3403..74614ff7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +### 0.5.6 + +- Job results are now logged on `DEBUG` level. Thanks @tbaugis! +- Modified `patch_connection` so Redis connection can be easily mocked +- Customer exception handlers are now called if Redis connection is lost. Thanks @jlopex! +- Jobs can now depend on jobs in a different queue. Thanks @jlopex! + ### 0.5.5 (August 25th, 2015)