From ab2abca8c527cf74e11a5db61751dc7324f106ad Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 21 Jun 2019 17:05:44 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6acd70c6e..09216670fc 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 + * secrets/database: Cassandra operations will now cancel on client timeout + [GH-6954] * storage/postgres: LIST now performs better on large datasets [GH-6546] * ui: KV v1 and v2 will now gracefully degrade allowing a write without read workflow in the UI [GH-6570]