From 6642e22af75e2871acb5f97af8fb7cfae49b9d24 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 13 Sep 2018 17:21:39 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4f5ea74..cf2bc1cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ FEATURES: * http: Added support for "Authorization: Bearer" head in addition to the X-Consul-Token header. [[GH-4483](https://github.com/hashicorp/consul/issues/4483)] * dns: Added a way to specify SRV weights for each service instance to allow weighted DNS load-balancing. [[GH-4198](https://github.com/hashicorp/consul/pull/4198)] * dns: Include EDNS-ECS options in EDNS responses where appropriate: see [RFC 7871](https://tools.ietf.org/html/rfc7871#section-7.1.3) [[GH-4647](https://github.com/hashicorp/consul/pull/4647)] +* ui: Add markers/icons for external sources [[GH-4640]](https://github.com/hashicorp/consul/pull/4640) IMPROVEMENTS: