From 7042398f5f2b912eb016f89c0824c68ae1c6b03e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 5 Mar 2018 08:33:32 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f97336c..00979390e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ IMPROVEMENTS: * auth/aws: Allow using lists in role bind parameters [GH-3907] * server: Make sure `tls_disable_client_cert` is actually a true value rather than just set [GH-4049] + * storage/gcs: Allow specifying chunk size for transfers, which can reduce + memory utilization [GH-4060] * sys/capabilities: Add the ability to use multiple paths for capability checking [GH-3663]