From 4e3e60b4c4cf2e9ade159b4d23493b07956083b7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 11 May 2015 10:09:21 -0700 Subject: [PATCH] update CL --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a4d3154..116326084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,17 @@ IMPROVEMENTS: * core: Auth backends can store internal data about auth creds + * command/server: environment variables are copy-pastable + * logical/*: Generate help output even if no synopsis specified BUG FIXES: * core: login endpoints should never return secrets * core: Internal data should never be returned from core endpoints + * core: defer barrier initialization to as late as possible to avoid + error cases during init that corrupt data (no data loss) + * core: guard against invalid init config earlier + * physical/consul: Fixing path for locking so HA works in every case ## 0.1.1 (May 2, 2015)