diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bf599b7e..575c3ef5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ BUG FIXES: when another key whose name is a prefix of the watched key was updated. [GH-1632] * Fixed the redirect from `/` to `/ui` when the internal web UI (`-ui` option) is enabled. [GH-1713] +* Updated memberlist to pull in a fix for leaking goroutines when performing TCP + fallback pings. This affected users with frequent UDP connectivity problems. [GH-1802] * Added a fix to trim UDP DNS responses so they don't exceed 512 bytes. [GH-1813] * Updated go-dockerclient to fix Docker health checks with Docker 1.10. [GH-1706]