From 852b82cdb3e3f8c525cd6f27af8585e6e713437a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 8 Oct 2014 10:32:18 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc80b5ae1d..db207da9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ IMPROVEMENTS: * providers/aws: Add `self` option for security groups for ingress 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] * 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]