From de13704c2ced1ec1d45c7c7a2561ef8502871c01 Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Mon, 5 Nov 2018 11:38:23 -0600 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c53932d..4b3941dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ IMPROVEMENTS: * secret/totp: Allow @ character to be part of key name [GH-5652] * ui: Improve the token auto-renew warning, and automatically begin renewal when a user becomes active again [GH-5662] + * ui: The unbundled UI page now has some styling [GH-5665] + * ui: Improved banner and popup design [GH-5672] BUG FIXES: @@ -33,6 +35,8 @@ BUG FIXES: [[GH-16]](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/16) * ui: Fix bug where editing secrets as JSON doesn't save properly [GH-5660] * agent: Fix issue when specifying two file sinks [GH-5610] + * ui: Fix bug where `sys/leases/revoke` required 'sudo' capability to show + the revoke button in the UI [GH-5647] ## 1.0.0-beta1 (October 23rd, 2018)