changelog++

This commit is contained in:
Jeff Mitchell 2016-06-30 08:23:24 -04:00
parent b8a21875d8
commit 37deda3e60
1 changed files with 4 additions and 1 deletions

View File

@ -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]