Update CHANGELOG.md

This commit is contained in:
Radek Simko 2022-07-29 10:50:44 +01:00 committed by GitHub
parent c1fc7fd744
commit ed1d856bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ ENHANCEMENTS:
* The Terraform CLI now calls `PlanResourceChange` for compatible providers when destroying resource instances. ([#31179](https://github.com/hashicorp/terraform/issues/31179))
* The AzureRM Backend now only supports MSAL (and Microsoft Graph) and no longer makes use of ADAL (and Azure Active Directory Graph) for authentication ([#31070](https://github.com/hashicorp/terraform/issues/31070))
* The COS backend now supports global acceleration. [GH-31425]
* providercache: include host in provider installation error ([#31524](https://github.com/hashicorp/terraform/issues/31524))
BUG FIXES: