From 729141d84565aa1a443e0d9b267b4cbffa49b9ae Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Tue, 8 Dec 2015 19:34:42 -0800 Subject: [PATCH] Updated the Changelog with #543 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7802cea6f3..59008d172b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0 + +BUG FIXES: + * Shutdown a task now sends the interrupt signal first to the process before + forcefully killing it. [GH-543] + ## 0.2.1 IMPROVEMENTS: