From 043b3f82c3b2afad9b1771aad479f8b2d28a00b1 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 5 Jun 2017 16:44:35 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 692fde3f51d8..ea0448bb5e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ FEATURES: [ed25519](https://ed25519.cr.yp.to/) keys for signing and verification functionality. These keys support derivation, allowing you to modify the actual encryption key used by supplying a `context` value. + * **Replication Primary Discovery (Enterprise)**: Replication primaries will now advertise + the addresses of their local HA cluster members to replication secondaries. + This helps recovery if the primary active node goes down and neither service + discovery nor load balancers are in use to steer clients. IMPROVEMENTS: