From 4e7c92f8dcfca42da636f00d2132eb825eec1751 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 8 Feb 2016 11:40:52 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0284a1e0c7d1b..815940f435a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: