Update CHANGELOG.md

This commit is contained in:
preetapan 2017-10-21 21:08:34 -05:00 committed by GitHub
parent e03fce5bcd
commit 41343cddaf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FEATURES:
* agent: Added defensive code to prevent out of range ping times from infecting network coordinates. Updates to the coordinate system with round trip times higher than 10 seconds will return an error.
IMPROVEMENTS:
* agent: Watches in the Consul agent can now be configured to invoke a HTTP endpoint instead of an executable. [GH-3305](https://github.com/hashicorp/consul/issues/3305)
* agent: Watches in the Consul agent can now be configured to invoke a HTTP endpoint instead of an executable. [[GH-3305](https://github.com/hashicorp/consul/issues/3305)]
BUG FIXES:
* agent: Consul 1.0 shipped with an issue where `Args` was erroneously named `ScriptArgs` for health check definitions in the /v1/agent/check/register and /v1/agent/service/register APIs. Added code to accept `Args` so that the JSON format matches that of health checks in configuration files. The `ScriptArgs` form will still be supported for backwards compatibility. [[GH-3587](https://github.com/hashicorp/consul/issues/3587)]