Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-03-10 15:11:48 -08:00
parent 8f4ebdb97f
commit b416574de8
1 changed files with 2 additions and 0 deletions

View File

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