From 6e8b3bb7f7a2084a84ba53f9e10bea092eb0ff4f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 21 Jun 2017 15:38:16 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f7fa73d..390c6fba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ IMPROVEMENTS: * agent: Added a `-disable-keyring-file` option to prevent writing keyring data to disk. [GH-3145] * agent: Notify systemd on Linux after LAN join is complete. [GH-2121] * 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] +* server: Added a startup warning for servers when expecting to bootstrap with an even number of nodes. [GH-1282] BUG FIXES: