From 5b2edf4a4df12596a0eb4d51071743ef6dca688e Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Fri, 1 Sep 2017 12:44:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2f506be9..348a85fe32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.9.3 (UNRELEASED) FEATURES: -* **LAN Network Segments:** (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] +* **LAN Network Segments:** (Consul Enterprise) Added a new [Network Segments](https://www.consul.io/docs/guides/segments.html) capability which allows users to configure Consul to support segmented LAN topologies with multiple, distinct gossip pools. [GH-3431] * **WAN Join for Cloud Providers:** 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: