Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2018-06-11 14:20:43 -07:00 committed by GitHub
parent f0c5b34a1d
commit 7e914c8f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ IMPROVEMENTS:
BUG FIXES:
* all: Check for done operations before waiting on them. This fixes a 403 we were getting when trying to enable already-enabled services. [GH-1632]
* bigquery: add error checking for bigquery dataset id [GH-1638]
* compute: Store v1 `self_link` for `(sub)?network` in `google_compute_instance` [GH-1629]
* compute: `zone` field in `google_compute_disk` should be optional [GH-1631]
* compute: name_prefix is no longer deprecated for SSL certificates [GH-1622]