Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-08-13 15:28:08 -07:00 committed by GitHub
parent b459a92575
commit a66e293232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ BUG FIXES:
* command/hook_ui: Truncate the ID considering multibyte characters [GH-18823]
* command/fmt: Terraform fmt no longer inserts spaces after % [GH-22356]
* config: ensure consistent evaluation when moving between single resources and `for_each` in addressing [GH-22454]
* backend/google: Now using the OAuth2 token endpoint on `googleapis.com` instead of `google.com`. These endpoints are equivalent in functionality but `googleapis.com` hosts are resolvable from private Google Cloud Platform VPCs where other connectivity is restricted. [GH-22451]
## 0.12.6 (July 31, 2019)