Add changelog entry for skip_leave_on_interrupt default behavior changing

This commit is contained in:
Sean Chittenden 2016-03-31 17:58:06 -07:00
parent 5994c9efbf
commit e83e878add
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ IMPROVEMENTS:
[agent options](https://www.consul.io/docs/agent/options.html#udp_answer_limit)
documentation for additional details for when this should be
used. [GH-1712]
* `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]
## 0.6.4 (March 16, 2016)