From 43e77fa84177f15292d2ed572abed7d63a3caac4 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 11 Dec 2015 15:09:09 -0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fd0534f..7d4f4133e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BUG FIXES: * driver/exec: Shutdown a task now sends the interrupt signal first to the process before forcefully killing it. [GH-543] * fingerprint/network: Now correctly detects interfaces on Windows [GH-382] + * client: remove all calls to default logger [GH-570] ## 0.2.1 (November 28, 2015)