From 6f71d01f8f6b0533b9a6511c8b3ee217d74dee76 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 6 Sep 2019 17:53:23 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a95af44a0..ad28679262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,18 +9,24 @@ FEATURES: IMPROVEMENTS: - * auth/jwt: The redirect callback host may now be specified for CLI logins [JWT-71] + * auth/jwt: The redirect callback host may now be specified for CLI logins + [JWT-71] * core: Exit ScanView if context has been cancelled [GH-7419] - * storage/cassandra: Improve storage efficiency by eliminating unnecessary copies - of value data [GH-7199] + * storage/cassandra: Improve storage efficiency by eliminating unnecessary + copies of value data [GH-7199] ## 1.2.3 (Unreleased) IMPROVEMENTS: - * auth/jwt: Groups claim matching now treats a string response as a single element list [JWT-63] - * auth/kubernetes: enable better support for projected tokens API by allowing user to specify issuer ([GH-65](https://github.com/hashicorp/vault-plugin-auth-kubernetes/issues/65)) - * auth/pcf: The PCF auth plugin was renamed to the CF auth plugin, maintaining full backwards compatibility [GH-7346]. + * auth/jwt: Groups claim matching now treats a string response as a single + element list [JWT-63] + * auth/kubernetes: enable better support for projected tokens API by allowing + user to specify issuer [GH-65] + * auth/pcf: The PCF auth plugin was renamed to the CF auth plugin, maintaining + full backwards compatibility [GH-7346] + * replication: Premium packages now come with unlimited performance standby + nodes BUG FIXES: @@ -32,7 +38,6 @@ BUG FIXES: * ui: Fix an issue with the namespace picker being unable to render nested namespaces named with numbers and sorting of namespaces in the picker [GH-7333] - ## 1.2.2 (August 15, 2019) CHANGES: