Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2017-12-20 13:23:42 -08:00 committed by GitHub
parent f9f35bbe4a
commit a5932615cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ IMPROVEMENTS:
* 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]
* compute: More descriptive error message for health check not found in `google_compute_target_pool` [GH-883]
BUG FIXES:
* storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated. [GH-848]