From 1bca0297d88e36a88a57967c11269ac23246a3e4 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 4 Jan 2018 18:57:28 -0800 Subject: [PATCH] Updates the change log. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 698c5caed8..0ac92d28bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ FEATURES: IMPROVEMENTS: +* agent: Added agent-side telemetry around Catalog APIs to provide insight on Consul's operation from the user's perspecive. [GH-3765] + BUG FIXES: * ui: Added a URI escape around key/value keys so that it's not possible to create unexpected partial key names when entering characters like `?` inside a key. [[GH-3760](https://github.com/hashicorp/consul/issues/3760)]