Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-03-20 22:08:49 +00:00
parent bd10d908f9
commit 2b02d0bf1a
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ BUG FIXES:
* core: Color output is now shown correctly when running Terraform on Windows [GH-5718]
* core: Local directory-based modules now use junctions instead of symbolic links on Windows [GH-5739]
* core: Modules sourced from a Mercurial repository now work correctly on Windows [GH-5739]
* provider/aws: Fix crash when an `aws_rds_cluster_instance` is removed outside of Terraform [GH-5717]
* provider/aws: `aws_lambda_function` resources no longer error on refresh if deleted externally to Terraform [GH-5668]
* provider/google: Default description `google_dns_managed_zone` resources to "Managed By Terraform" [GH-5428]