From 8cf611b2daf657f32f5408c18c75cc4be714862a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 8 Oct 2014 10:51:33 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db207da9a..3344be433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ IMPROVEMENTS: rules with self as source. [GH-303] * providers/google: Support `target_tags` for firewalls. [GH-324] * providers/google: `google_compute_instance` supports `can_ip_forward` [GH-375] + * providers/google: `google_compute_disk` supports `type` to support disks + such as SSDs. [GH-351] * provisioners/local-exec: Output from command is shown in CLI output. [GH-311] * provisioners/remote-exec: Output from command is shown in CLI output. [GH-311]