Update CHANGES.md

This commit is contained in:
Selwin Ong 2015-10-08 18:15:08 +07:00
parent 544f2e6fb2
commit c2f452c47a
1 changed files with 7 additions and 0 deletions

View File

@ -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)