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]