Update CHANGELOG.md

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

View File

@ -16,6 +16,7 @@ IMPROVEMENTS:
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]
* 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]