From 367d4760d3ef7fb0d7a228ce5b0b6a82c9936783 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Thu, 4 May 2017 01:50:59 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 969cedc67f..f0fd1ce344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: * agent: Reduced the timeouts for the `-dev` server mode so that the development server starts up almost instantly. [GH-2984] * agent: Added `verify_incoming_rpc` and `verify_incoming_https` options for more granular control over incoming TLS enforcement. [GH-2974] * agent: Updated parts of Consul's Docker library in order to fix the build on Illumos. [GH-2989] +* agent: Use bind address as source for outgoing connections. [GH-2822] * api: Added the ACL replication status endpoint to the Go API client library. [GH-2947] * cli: Added Raft protocol version to output of `operator raft list-peers` command.[GH-2929] * ui: Added optional JSON validation when editing KV entries in the web UI. [GH-2712]