From 827b6700481e6ab4e66653babd85128ee1ed66c1 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 1 Sep 2017 11:10:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80da3b664c..838c94d108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## 0.9.3 (UNRELEASED) FEATURES: - -* agent: Added support for retry join for cloud proivders via go-discover, including Amazon AWS, Microsoft Azure, Google Cloud, and SoftLayer. This uses the same "provider" syntax supported for `-retry-join` via the `-retry-join-wan` configuration. [GH-3406] +* agent: (Consul Enterprise) Added a new [Network Segments](https://www.consul.io/docs/guides/segments.html) capability which allows users to configure Consul to support a segmented LAN topolgies with multiple, distinct gossip pools. [GH-3431] +* agent: Added WAN support for retry join for cloud proivders via go-discover, including Amazon AWS, Microsoft Azure, Google Cloud, and SoftLayer. This uses the same "provider" syntax supported for `-retry-join` via the `-retry-join-wan` configuration. [GH-3406] IMPROVEMENTS: