Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-05-23 16:54:49 -07:00 committed by GitHub
parent 6d91c40e10
commit 4ee2d7ec3e
1 changed files with 1 additions and 0 deletions

View File

@ -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]