Update CHANGELOG.md

This commit is contained in:
Vincent Roseberry 2017-12-14 14:30:37 -08:00 committed by GitHub
parent 293728929f
commit 0f08185a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ IMPROVEMENTS:
* iam: Add support for import of IAM resources (project, folder, organizations, crypto keys, and key rings). [GH-835]
* compute: Add support for routing mode in compute network. [GH-838]
* compute: Add configurable create/update/delete timeouts to `google_compute_instance` [GH-856]
* compute: Add update support for `routing_mode` in `google_compute_network` [GH-857]
BUG FIXES:
* storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated. [GH-848]