Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-05-24 20:57:11 -07:00 committed by GitHub
parent a15e559932
commit 1f8248cca0
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ IMPROVEMENTS:
* 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]
* agent: Added support for RetryJoin on Azure [GH-2978]
* build: Added support for linux/arm64 binaries. [GH-3042]
* build: Consul now builds with Go 1.8.3. [GH-3074]
* ui: Added a sticky scroll to the KV side panel so the KV edit box always stays in place. [GH-2812]
BUG FIXES: