From 46ecb9a660059e7aa84df7e42b35f8ea7b92b443 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 20 Jul 2016 10:51:04 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4312fa444e..edfe950011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,8 @@ BUG FIXES: * core: Fix panic that could occur during a leadership transition [GH-1627] * secret/postgresql: Handle revoking roles that have privileges on sequences [GH-1573] + * secret/postgresql: Check for existence of role before attempting deletion + [GH-1575] * secret/postgresql(,mysql,mssql): Fix incorrect use of database over transaction object which could lead to connection exhaustion [GH-1572] * physical/postgres: Remove use of prepared statements as this causes