From e83e878add9b38b2aa8ac600681a107121693e99 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Thu, 31 Mar 2016 17:58:06 -0700 Subject: [PATCH] Add changelog entry for skip_leave_on_interrupt default behavior changing --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19382488d7..999ae4d973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)