From 3fc0365c89b7cc16edef521a0c09ce9b2e6c9277 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Mon, 28 Aug 2017 16:13:20 -0700 Subject: [PATCH] Add #3108 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa70850249b..63173d05695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ BUG FIXES: [GH-2939] * cli: Fix autocmpleting global flags [GH-2928] * cli: Fix panic when using 0.6.0 cli with an older cluster [GH-2929] + * cli: Fix TLS handling for alloc stats API calls [GH-3108] * client: Fix `LC_ALL=C` being set on subprocesses [GH-3041] * client/networking: Handle interfaces that only have link-local addresses while prefering globally routable addresses [GH-3089]