From 995fe30b4f6a6761dbc37550ea9fe1baa61c14de Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 12 Apr 2017 15:02:21 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1fcf306..319287447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ IMPROVEMENTS: BUG FIXES: * client: Add sticky bit to temp directory [GH-2519] + * client/artifact: Honor netrc [GH-2524] + * client/artifact: Handle tars where file in directory is listed before + directory [GH-2524] * server: Reject non-TLS clients when TLS enabled [GH-2525] * server: Fix a panic in plan evaluation with partial failures and all_at_once set [GH-2544]