changelog++

This commit is contained in:
Jeff Mitchell 2016-02-08 11:40:52 -05:00
parent ef8086b17f
commit 4e7c92f8dc

View file

@ -42,6 +42,9 @@ DEPRECATIONS/BREAKING CHANGES:
* `rekey`: Rekey now requires a nonce to be supplied with key shares. This
nonce is generated at the start of a rekey attempt and is unique for that
attempt.
* `status`: The exit code for the `status` CLI command is now `2` for an
uninitialized Vault instead of `1`. `1` is returned for errors. This better
matches the rest of the CLI.
FEATURES: