From 1525280a496057941d8f274600b1f852a634e0b0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 16 Jan 2015 08:34:05 -0800 Subject: [PATCH] update cHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880226258..f87df508d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ BUG FIXES: * core: Fix a panic case when certain invalid types were used in the configuration. [GH-691] * core: Escape characters `\"`, `\n`, and `\\` now work in interpolations. + * provider/aws: ELB subnet change doesn't force new resource. [GH-804] PLUGIN CHANGES: