From 07bf669d92cad8848856221ece356635d097134a Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 21 Mar 2016 15:08:56 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0c22ff2..b710a6a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * core: Invalid HCL syntax of nested object blocks no longer causes a crash [GH-5740] * 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] * 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]