Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-10-08 10:51:33 -07:00
parent 9e953c9908
commit 8cf611b2da
1 changed files with 2 additions and 0 deletions

View File

@ -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]