From a44732a8a9414e17d6687b8f090007bd426bb72a Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 30 Jun 2016 08:23:24 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f9db735e..3e7d1f324e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ DEPRECATIONS/BREAKING CHANGES: - * Issued certificates from the `pki` backend against new roles created after upgrading will contain a set of default key usages. + * Issued certificates from the `pki` backend against new roles created or + modified after upgrading will contain a set of default key usages. FEATURES: @@ -42,6 +43,8 @@ BUG FIXES: during renewal [GH-1542] * core: Fix regression causing status codes to be `400` in most non-5xx error cases [GH-1553] + * 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 connection multiplexing software to break [GH-1548]