Update CHANGELOG.md

This commit is contained in:
Chris Hoffman 2018-11-05 11:10:11 -08:00 committed by GitHub
parent 19b9f41fc5
commit f2c96a93b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ BUG FIXES:
* auth/userpass: Fix minor timing issue that could leak the presence of a
username [GH-5614]
* cli: Fix panic that could occur if parameters were not provided. [GH-5603]
* core: Migration from autounseal to shamir will clean up old keys [GH-5671]
* secrets/azure: Fix valid roles being rejected for duplicate ids despite
having distinct scopes.
[[GH-16]](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/16)