From 48a7f661b158703dc7ec43528ca13958699d78c2 Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 14 Jun 2017 16:33:41 -0500 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a901e67..deaa4ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ BACKWARDS INCOMPATIBILITIES / NOTES: +* `compute_disk.image`: shorhand for disk images is no longer supported, and will display a diff if used [GH-1] + IMPROVEMENTS: * Add an additional delay when checking for sql operations [GH-15170](https://github.com/hashicorp/terraform/pull/15170) * Add support for importing `compute_backend_service` [GH-40] +* Wait for disk resizes to complete [GH-1]