From 37d389f2782bdd693f056f66db63c45e5088604d Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Wed, 21 Jun 2017 06:34:28 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1415164ee5..471be89b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ FEATURES: IMPROVEMENTS: * agent: Added a `-disable-keyring-file` option to prevent writing keyring data to disk. [GH-3145] +* 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] * dns: Added support for EDNS(0) size adjustments if set in the request frame. This allows DNS responses via UDP which are larger than the standard 512 bytes max if the requesting client can support it. [GH-1980, GH-3131] BUG FIXES: