Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-06-24 12:55:45 -07:00 committed by GitHub
parent 6977e40077
commit 86dc4640b9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ BUG FIXES:
* agent: Fix `consul leave` shutdown race. When shutting down an agent via the `consul leave` command on the command line the output would be `EOF` instead of `Graceful leave completed` [GH-2880]
* agent: Show a better error message than 'EOF' when attempting to join with the wrong gossip key. [GH-1013]
* agent: Fixed an issue where the `Method` and `Header` features of HTTP health checks were not being applied. [GH-3178]
* agent: Fixed an issue where internally-configured watches were not working because of an incorrect protocol error, and unified internal watch handling during reloads of the Consul agent. [GH-3177]
* server: Fixed an issue where the leader could return stale data duing queries as it is starting up. [GH-2644]
## 0.8.4 (June 9, 2017)