From 02aa1ea8a1ce25c331ba411380ecf6c9dd324aab Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 22 Mar 2017 17:12:28 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a823cf407..fe65dbcd5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ FEATURES: IMPROVEMENTS: + * core: fix `ignore_changes` causing fields to be removed during apply [GH-12897] + * core: add `-force-copy` option to `terraform init` to supress prompts for copying state [GH-12939] * helper/acctest: Add NewSSHKeyPair function [GH-12894] * provider/aws: Added support for EMR AutoScalingRole [GH-12823] * provider/aws: Add `name_prefix` to `aws_autoscaling_group` and `aws_elb` resources [GH-12629]