changelog++

This commit is contained in:
Calvin Leung Huang 2018-01-24 11:32:17 -05:00
parent 3cea1a4f37
commit 6060ae70c2
1 changed files with 3 additions and 1 deletions

View File

@ -51,8 +51,10 @@ IMPROVEMENTS:
* plugins: Args for plugins can now be specified separately from the command,
allowing the same output format and input format for plugin information
[GH-3778]
* secret/pki: `ou` and `organization` can now be specified as a
* secret/pki: `ou` and `organization` can now be specified as a
comma-separated string or an array of strings [GH-3804]
* plugins: Plugins will fall back to using netrpc as the communication protocol
on older versions of Vault [GH-3833]
BUG FIXES: