From 884cf1628b9032e0d4d1f5ba33adc57298112c0c Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Fri, 31 Jan 2020 11:51:00 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb4061486..ebf2081205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ SECURITY * agent: mitigate potential DoS vector allowing unbounded server resource usage from unauthenticated connections [[GH-7159](https://github.com/hashicorp/consul/issues/7159)] * acl: add ACL enforcement to the `v1/agent/health/service/*` endpoints [[GH-7160](https://github.com/hashicorp/consul/issues/7160)] +IMPROVEMENTS: + +* logging: Switch over to using go-hclog and allow emitting either structured or unstructured logs. [[GH-7130](https://github.com/hashicorp/consul/pull/7130)] + BUGFIXES: * acl: **(Consul Enterprise only)** `intention:write` privileges are now granted by the `namespace-management` policy that is injected into each new namespace.