Update CHANGELOG.md

This commit is contained in:
Vincent Roseberry 2017-12-19 14:34:31 -08:00 committed by GitHub
parent c1d9bb24c9
commit cecd0291f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ IMPROVEMENTS:
* 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]
* compute: Add import support for `google_compute_instance` [GH-873]
BUG FIXES:
* storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated. [GH-848]