From 58be6cc98d7715df232678b81b8390d0112ce1fa Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 10 May 2018 16:37:28 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d6f08f4..52293c127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ FEATURES: * UI: The web UI has been completely redesigned and rebuilt and is in an opt-in beta period. Setting the `CONSUL_UI_BETA` environment variable to any value will replace the existing UI -with the new one. The existing UI will be deprecated and removed in a future release. +with the new one. The existing UI will be deprecated and removed in a future release. [[GH-4086](https://github.com/hashicorp/consul/pull/4086)] * api: Added support for Prometheus client format in metrics endpoint with `?format=prometheus` (see [docs](https://www.consul.io/api/agent.html#view-metrics)) [[GH-4014](https://github.com/hashicorp/consul/issues/4014)] BREAKING CHANGES: