From f344d1ac7f1f45632fa99ad714ec3f83fd92a67f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 4 Nov 2015 09:42:07 -0500 Subject: [PATCH] Changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e627976c2e..f7ad3c35b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ IMPROVEMENTS: * physical/consul: Consul now uses a connection pool to limit the number of outstanding operations, improving behavior when a lot of operations must happen at once [GH-677] + * physical/s3: The S3 endpoint can now be configured, allowing using + S3-API-compatible storage solutions [GH-750] * secret/consul: Management tokens can now be created [GH-714] BUG FIXES: