Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-03-21 18:32:27 -05:00
parent 7efc8b25a5
commit f6f1d51a6c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ BUG FIXES:
* 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]
* core: Address some issues with ignore_changes [GH-5635]
* core: Add a lock to fix an interpolation issue caught by the Go 1.6 concurrent map access detector [GH-5772]
* provider/aws: Fix crash when an `aws_rds_cluster_instance` is removed outside of Terraform [GH-5717]
* provider/aws: `aws_cloudformation_stack` use `timeout_in_minutes` for retry timeout to prevent unecessary timeouts [GH-5712]
* provider/aws: `aws_lambda_function` resources no longer error on refresh if deleted externally to Terraform [GH-5668]