Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-02-28 16:50:31 -08:00 committed by GitHub
parent c8c685e316
commit b7eda7b151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
## 2.2.0 (Unreleased)
ENHANCEMENTS:
* compute: `google_compute_disk` and `google_compute_region-disk` will now detach themselves from a more up to date set of users at delete time. [GH-3154]
BUG FIXES:
* compute: `data.google_compute_subnetwork` outputs the `self_link` field again. [GH-3156]