From 4ee2d7ec3e474e33050dc78d64090dd251ee8b55 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 23 May 2017 16:54:49 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cb6fa52..0d3c1a758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ IMPROVEMENTS: * agent: Added a method for gracefully transitioning to TLS on an existing cluster. [GH-1705] * agent: Removed SCADA-related code for Atlas and deprecated all Atlas-related configuration options. [GH-3032] * agent: Added support for custom check id and name when registering checks along with a service. [GH-3047] +* agent: Updated [go-sockaddr](https://github.com/hashicorp/go-sockaddr) library to add support for new helper functions in bind address templates (`GetPrivateIPs`, `GetPublicIPs`), new math functions, and to pick up fixes for issues with detecting addresses on multi-homed hosts. [GH-3068] * build: Added support for linux/arm64 binaries. [GH-3042] * ui: Added a sticky scroll to the KV side panel so the KV edit box always stays in place. [GH-2812]