From 38d360735a3b8078282ced882c334dd0b2918491 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 22 Jun 2017 16:55:42 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 442f47d00c..4bab21e50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ FEATURES: 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] -* agent: Allow a `?stale` option on the HTTP API [GH-3142] +* agent: Added automatic notify to systemd on Linux after LAN join is complete, which makes it easier to order services that depend on Consul being available. [GH-2121] +* agent: Added a new agent-level configuration option to default all HTTP requests to `?stale` mode. [GH-3142] * 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] * agent: (Consul Enterprise) Added support for non rotating, statically named snapshots for S3 snapshots using the snapshot agent.