From 206323b6300021699e5e55e69b3ddbf3346741b2 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Thu, 30 Apr 2015 10:01:46 -0500 Subject: [PATCH] adjust wording --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index addcdcc19..f00492604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,10 @@ IMPROVEMENTS: * **New resource: `aws_lb_cookie_stickiness_policy`** * **New resource: `google_dns_managed_zone`** * **New resource: `google_dns_record_set`** - * **New (New) AWS SDK:** Move to + * **Migrate to upstream AWS SDK:** Migrate the AWS provider to [awslabs/aws-sdk-go](https://github.com/awslabs/aws-sdk-go), the offical `awslabs` library. Previously we had forked the library for - stability while `awslabs` refactored. That work has completed, and we've + stability while `awslabs` refactored. Now that work has completed, and we've migrated back to the upstream version. * core: Improve error message on diff mismatch [GH-1501] * provisioner/file: expand `~` in source path [GH-1569]