From 3e579a51aefb86d3f6eae910bb3fc0f91e597f94 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 12 Aug 2016 15:15:35 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 689e33e77..03584aa0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,6 +131,7 @@ BUG FIXES: * auth/cert: Fix panic if no client certificate is supplied [GH-1637] * auth/token: Don't report that a non-expiring root token is renewable, as attempting to renew it results in an error [GH-1692] + * cli: Don't retry a command when a redirection is received [GH-1724] * core: Fix regression causing status codes to be `400` in most non-5xx error cases [GH-1553] * core: Fix panic that could occur during a leadership transition [GH-1627]