From 46f530c1b23e48587f44952394e1a1788fb8c5d4 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 25 Feb 2019 13:07:03 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b92adb4d..96e29ce5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ IMPROVEMENTS: * backend/s3: Enhance retry logic and provide `max_retries` configuration to retry attempts [GH-19951] * backend/s3: Enhance S3 `NoSuchBucket` error to include additional information [GH-19951] * backend/s3: Remove unused EC2 platform and AWS Account ID lookup, and deprecate equivalent `skip_get_ec2_platforms` and `skip_requesting_account_id` arguments [GH-20374] +* backend/swift: Add support for locking and workspaces [GH-20211] * core: Enhance service discovery error handling and messaging [GH-19589] * core: Add support to retrieve version constraints to service discovery [GH-19647] * core: Validate provisioner connection blocks, and mark host field as required [GH-19707]