From 7e86f4e7460875330fd8e94a86657b65ca99def8 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Wed, 21 Jun 2017 20:48:23 -0500 Subject: [PATCH] Update CHANGELOG with consul enterprise static snapshot name feature --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 390c6fba9..1beb1a115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: * 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] +* agent: (Consul Enterprise) Added support for non rotating, statically named snapshots for S3 snapshots using the snapshot agent. BUG FIXES: