From 5e240f8479217e1512f0c78b59989fa2c7b116aa Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Thu, 10 Jan 2019 11:23:50 -0600 Subject: [PATCH] changelog++ --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c6fa75af..a76494752d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,13 @@ BUG FIXES: * replication: Correctly forward identity entity creation that originates from performance standby nodes (Enterprise) * secret/cubbyhole: Properly cleanup cubbyhole after token revocation [GH-6006] + * ui (enterprise) - properly display perf-standby count on the license page [GH-5971] + * ui - fix disappearing nested secrets and go to the nearest parent when deleting + a secret - [GH-5976] + * ui - fix error where deleting an item via the context menu would fail if the + item name contained dots [GH-6018] + * ui - allow saving of kv secret after an errored save attempt [GH-6022] + * ui - fix display of kv-v1 secret containing a key named "keys" [GH-6023] ## 1.0.1 (December 14th, 2018)