From 150702c1006218c176c1c86c16f3da50a72e9dc1 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Wed, 16 Sep 2020 11:51:17 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9907c8c7f..a339ba919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ENHANCEMENTS: * backend/consul: Split state into chunks when outgrowing the limit of the Consul KV store. This allows storing state larger than the Consul 512KB limit. [GH-25856] * cli: A new global command line option `-chdir=...`, placed before the selected subcommand, instructs Terraform to switch to a different working directory before executing the subcommand. This is similar to switching to a new directory with `cd` before running Terraform, but it avoids changing the state of the calling shell. ([#26087](https://github.com/hashicorp/terraform/issues/26087)) * command: Added an experimental concise diff renderer. By default, Terraform plans now hide most unchanged fields, only displaying the most relevant changes and some identifying context. This experiment can be disabled by setting a `TF_X_CONCISE_DIFF` environment variable to `0`. ([#26187](https://github.com/hashicorp/terraform/issues/26187)) +* command/login: Added support for OAuth2 application scopes to `terraform login`. [GH-26239] * repl: Improved the renderer used by `terraform console` and for rendering outputs. Terraform now has distinct rendering of lists, sets, and tuples, and correctly renders objects with `null` attribute values. [GH-26189] BREAKING CHANGES: