Updates the change log.

This commit is contained in:
James Phillips 2018-01-04 18:57:28 -08:00
parent d694980ce3
commit 2ff144ad29
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 2 additions and 0 deletions

View File

@ -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)]