From 319f98a36e2b69aa4dff7efec295b0940ab9134c Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 25 Aug 2015 09:08:36 +0200 Subject: [PATCH] Update changelog for 0.5.5 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 586e104..07ba340 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +### 0.5.5 + +(August 25th, 2015) + +- Add support for `--exception-handler` command line flag +- Fix compatibility with click>=5.0 +- Fix maximum recursion depth problem for very large queues that contain jobs + that all fail + + ### 0.5.4 (July 8th, 2015)