From feec77345712451ddedaec6f8292e3e9a9d59e11 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 Apr 2015 15:54:31 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1b804ae8..d8d741afa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ BUG FIXES: count > 1 [GH-1540] * core: don't panic if variable default type is invalid [GH-1344] * core: fix perpetual diff issue for computed maps that are empty [GH-1607] + * core: validation added to check for `self` variables in modules [GH-1609] * 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]