From 4df6a5102303ab537886e54ccda2c5fefaf016f4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 23 Feb 2015 13:46:29 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6087fa0..d6dac97e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BUG FIXES: * core: module outputs can be used as inputs to other modules [GH-822] * providers/aws: manually deleted VPC removes it from the state + * providers/aws: `source_dest_check` regression fixed (now works). [GH-1020] ## 0.3.7 (February 19, 2015)