From 77f59142ec7aa932449cd534a876ed00523d3791 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 17 Jul 2017 13:06:04 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f52e765..3f18666ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ IMPROVEMENTS: * core: Add metrics counters for audit log failures [GH-2863] * secret/ssh: Allow specifying the key ID format using template values for CA type [GH-2888] + * storage/mssql: Add `max_parallel` [GH-3026] + * storage/postgresql: Add `max_parallel` [GH-3026] * storage/postgresql: Improve listing speed [GH-2945] * storage/s3: More efficient paging when an object has a lot of subobjects [GH-2780]