From 961945e80d7e2f8138570f0d1bd9d3618dc3ade5 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 26 Sep 2017 15:24:36 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ca4aa206..170405ba2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,12 +54,13 @@ FEATURES: IMPROVEMENTS: -* agent: Add support to detect public IPv4 and IPv6 addresses on AWS. [GH-3471] -* agent: Improve list-peers endpoint by avoiding an extra agent RPC call. [GH-3449] +* agent: Added support to detect public IPv4 and IPv6 addresses on AWS. [GH-3471] +* agent: Improved list-peers endpoint by avoiding an extra agent RPC call. [GH-3449] +* server: Updated BoltDB to final version 1.3.1. [GH-3502] BUG FIXES: -* agent: Fixed an issue where disabling both the http and https interfaces would cause an error on agent startup. [GH-3425] +* agent: Fixed an issue where disabling both the http and https interfaces would cause a watch-related error on agent startup, even when no watches were defined. [GH-3425] ## 0.9.3 (September 8, 2017)