changelog++

This commit is contained in:
Jim Kalafut 2019-11-05 15:47:58 -08:00 committed by GitHub
parent 678b6eefc3
commit 873e80445c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ BUG FIXES:
* identity: Add required field `response_types_supported` to identity token
`.well-known/openid-configuration` response [GH-7533]
* identity: Fixed nil pointer panic when merging entities [GH-7712]
* secrets/azure: Fix panic that could occur if client retries timeout [GH-7793]
* secrets/database: Fix bug in combined DB secrets engine that can result in
writes to static-roles endpoints timing out [GH-7518]
* secrets/pki: Improve tidy to continue when value is nil [GH-7589]