From 14bba88514553d1e9d717878fa680a410f3d5221 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 6 Jan 2015 15:39:18 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f9524aa..748bfec00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ BUG FIXES: origin since those come from gateways. [GH-722] * provider/aws: Default network ACL ID and default security group ID support for `aws_vpc`. [GH-704] + * provider/aws: Tags are not marked as computed. This introduces another + issue with not detecting external tags, but this will be fixed in + the future. [GH-730] ## 0.3.5 (December 9, 2014)