From 5fed5e2bc9dff249c095bce51c7269f52a11b79a Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 7 Apr 2017 14:27:23 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d507f29d..b43776def4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ IMPROVEMENTS: + * secret/pki: Add `no_store` option that allows certificates to be issued + without being stored. This removes the ability to look up and/or add to a + CRL but helps with scaling to very large numbers of certificates. [GH-2565] * storage/s3: Support `max_parallel` option to limit concurrent outstanding requests [GH-2466] * storage/s3: Use pooled transport for http client [GH-2481]