diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3ea3206d..c620e9ad26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ NOTES: -* helper/resource: previously, TF_ACC_LOG_PATH would not enable logging for the provider under test. This has been fixed, so logging from the Terraform binary, any external providers, and the provider under test will all be combined in a file at the specified path. +* helper/resource: Previously, TF_ACC_LOG_PATH would not enable logging for the provider under test. This has been fixed, so logging from the Terraform binary, any external providers, and the provider under test will all be combined in a file at the specified path. ENHANCEMENTS: -* upgraded to terraform-plugin-go v0.5.0 [GH-805] -* added support for terraform-plugin-log [GH-805] +* Upgraded to terraform-plugin-go v0.5.0 [GH-805] +* Added support for terraform-plugin-log [GH-805] # 2.9.0 (November 19, 2021)