From 1c4937d507762a5c17bb6ca7dacb0ecf027fd6c5 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Fri, 24 Jan 2020 15:37:51 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50514e719..44602c2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,11 @@ IMPROVEMENTS: * raft: increase raft notify buffer [[GH-6863](https://github.com/hashicorp/consul/pull/6863)] * raft: update raft to v1.1.2 [[GH-7079](https://github.com/hashicorp/consul/pull/7079)] * rpc: log method when a server/server RPC call fails [[GH-4548](https://github.com/hashicorp/consul/pull/4548)] +* ui: Use more consistent icons with other HashiCorp products in the UI [[GH-6851]](https://github.com/hashicorp/consul/pull/6851) +* ui: Improvements to the Discovery Chain visualisation in respect to redirects [[GH-7036]](https://github.com/hashicorp/consul/pull/7036) +* ui: Improvement keyboard navigation of the main menu [[GH-7090]](https://github.com/hashicorp/consul/pull/7090) +* ui: New row confirmation dialogs [[GH-7007]](https://github.com/hashicorp/consul/pull/7007) + BUGFIXES: