changelog++

This commit is contained in:
Brian Kassouf 2019-02-20 10:12:38 -08:00 committed by GitHub
parent f46a90b46e
commit 8c5e0cfddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.