Update CHANGELOG.md

This commit is contained in:
Alisdair McDiarmid 2020-09-11 10:55:05 -04:00 committed by GitHub
parent 549f595c04
commit 1b1b17d7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ BREAKING CHANGES:
BUG FIXES:
* command/clistate: return an error on a state unlock failure [[#25729](https://github.com/hashicorp/terraform/issues/25729)]
* configs: Report an error when provider configuration attributes are incorrectly added to a `required_providers` object. [GH-26184]
* lang/funcs: fix panic when element() is called with a negative offset ([#26079](https://github.com/hashicorp/terraform/issues/26079))
* states/remote: fix `state push -force` to work for all backends ([#26190](https://github.com/hashicorp/terraform/issues/26190))