From 8997f580a0780d5eb921a3f6d45ab67eea1138ae Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 18 Jan 2018 12:15:11 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7dd52894d3..7b9bd0f8b0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ IMPROVEMENTS: * auth/okta: Support JSON lists when specifying groups and policies [GH-3801] * autoseal/hsm: Attempt reconnecting to the HSM on certain kinds of errors (Enterprise) + * cli: Output password prompts to stderr to make it easier to pipe an output + token to another command [GH-3782] * core: Report replication status in `sys/health` [GH-3810] * physical/s3: Allow using paths with S3 for non-AWS deployments [GH-3730] * physical/s3: Add ability to disable SSL for non-AWS deployments [GH-3730]