From f61a60f440aa9cd4595c53b1d32b003b90b96ca8 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sat, 17 Feb 2018 20:53:29 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29d666a3..019e16ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,8 @@ BUG FIXES: periodic tokens. [GH-3880] * command/rekey: Re-add lost `stored-shares` parameter [GH-3974] * command/ssh: Create and reuse the api client [GH-3909] + * command/status: Fix panic when status returns 500 from leadership lookup + [GH-3998] * identity: Fix race when creating entities [GH-3932] * plugin/gRPC: Fixed an issue with list requests and raw responses coming from plugins using gRPC transport [GH-3881]