changelog++

This commit is contained in:
Brian Kassouf 2019-02-20 10:12:38 -08:00 committed by GitHub
parent 9578cf3422
commit f13735a67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.