From 8bc15dd7207b9089711d67d94a982b722d6ea866 Mon Sep 17 00:00:00 2001 From: Paddy Date: Wed, 25 Sep 2019 16:10:38 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 729a5053f..ed742f475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ENHANCEMENTS: * `terraform plan` and `terraform apply` will now warn when the `-target` option is used, to draw attention to the fact that the result of applying the plan is likely to be incomplete, and to remind to re-run `terraform plan` with no targets afterwards to ensure that the configuration has converged. [GH-22783] * config: New function `parseint` for parsing strings containing digits as integers in various bases. [GH-22747] * config: New function `cidrsubnets`, which is a companion to the existing function `cidrsubnet` which can allocate multiple consecutive subnet prefixes (possibly of different prefix lengths) in a single call. [GH-22858] +* backend/google: The GCS backend now supports OAuth2 token authentication. [GH-21772] ## 0.12.9 (September 17, 2019)