From 3027923229ac951280c5122d269453bf89e89313 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Fri, 17 Jan 2020 09:55:59 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975e7d19f4..e568ae8404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ FEATURES: * acl: **(Consul Enterprise only)** auth methods defined in the `default` namespace gained the ability to create tokens in alternate namespaces. This capability was implemented for all existing auth methods. +IMPROVEMENTS: +* dns: Improvement to enable dual stack IPv4/IPv6 addressing of services and lookup via DNS [[GH-6531](https://github.com/hashicorp/consul/issues/6531)] + ## 1.7.0-beta2 (December 20, 2019)