Update CHANGELOG.md

This commit is contained in:
Vincent Roseberry 2017-09-06 14:54:21 -07:00 committed by GitHub
parent 0858e7cd2d
commit 5ee8447b30

View File

@ -4,6 +4,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
* container: `google_container_cluster.node_pool.initial_node_count` is now deprecated. Please replace with `google_container_cluster.node_pool.node_count` instead. [GH-331]
FEATURES:
* **New Data Source:** `google_client_config` ([#385](https://github.com/terraform-providers/terraform-provider-google/issues/385))
IMPROVEMENTS:
* bigquery: Support Bigquery Views [GH-230]