From 823a9fa878ad6400a512b74eaf953ec050b5801d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 23 Jun 2015 22:31:10 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a631c2a369..b2853691e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,10 +47,12 @@ IMPROVEMENTS: BUG FIXES: + * core: lifecycle `prevent_destroy` can be any value that can be + coerced into a bool [GH-2268] * command/apply: prevent output duplication when reporting errors [GH-2267] * provider/aws: fix panic when route has no cidr_block [GH-2215] * provider/aws: fix issue preventing destruction of IAM Roles [GH-2177] - * provider/aws: fix issue where Security Group Rules could collide and fail + * provider/aws: fix issue where Security Group Rules could collide and fail to save to the state file correctly [GH-2376] * provider/aws: fix issue preventing destruction self referencing Securtity Group Rules [GH-2305]