Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-04-18 11:31:15 -07:00
parent bd8e6953af
commit a0996ecb20
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ BACKWARDS INCOMPATIBILITIES:
* `skip_leave_on_interrupt`'s default behavior is now dependent on whether or
not the agent is acting as a server or client. When Consul is started as a
server the default is `true` and `false` when a client. [GH-1909]
* HTTP check output is truncated to 4k, similar to script check output. [GH-1952]
IMPROVEMENTS: