From 7f6e6ec5c30af03c176855b87b20d4865b02be70 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 23 Jun 2019 22:00:15 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09216670f..932abb146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,8 @@ IMPROVEMENTS: * identity: Allow a group alias' canonical ID to be modified * namespaces: Namespaces can now be created and deleted from performance replication secondaries + * replication: Client TLS authentication is now supported when enabling or + updating a replication secondary * secrets/database: Cassandra operations will now cancel on client timeout [GH-6954] * storage/postgres: LIST now performs better on large datasets [GH-6546]