From 1720c625852bb6d799d0bbdc483c8b56860048bc Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 10 Dec 2015 16:17:16 -0800 Subject: [PATCH] CHANGELOG update --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59008d172..ab9974fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.3.0 +IMPROVEMENTS: + * Server join/retry-join command line and config options [GH-527] + * Enable raw_exec driver in dev mode [GH-558] + BUG FIXES: * Shutdown a task now sends the interrupt signal first to the process before forcefully killing it. [GH-543]