From f13735a67f9a733fe482d62d2cfc5e1cda668ca2 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Wed, 20 Feb 2019 10:12:38 -0800 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a7e9cc94..28bd41ff6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,8 @@ IMPROVEMENTS: BUG FIXES: - * identity: Fix a panic at login when external group has a nil alias [GH-6230] + * cli: Fix panic in the token print command. [GH-6208] + * identity: Fix a panic at login when external group has a nil alias. [GH-6230] * performance standby: Fixed a bug causing performance standbys to wait longer than necessary after forwarding a write to the active node.