From 1ef9731a2f148f6e67bd78156615c99e9b343f4e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Apr 2015 17:37:00 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ce51d70c..cd3e5a1fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ BUG FIXES: * core: validation added to check for `self` variables in modules [GH-1609] * core: fix edge case where validation didn't pick up unknown fields if the value was computed [GH-1507] + * core: Fix issue where values in sets on resources couldn't contain + hyphens. [GH-1641] * command: remote states with uppercase types work [GH-1356] * provider/aws: launch configuration ID set after create success [GH-1518] * provider/aws: manually deleted S3 buckets are refreshed properly [GH-1574]