From 2ba827ee3aa029f66ed2af7c910cf82561ebf7e8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 16 Dec 2014 09:16:11 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b5b898ed..3147a3ba73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ BUG FIXES: * provider/aws: Fix crash case when internet gateway is not attached to any VPC. [GH-664] * provider/aws: `vpc_id` is no longer required. [GH-667] + * provider/aws: `availability_zones` on ELB will contain more than one + AZ if it is set as such. [GH-682] ## 0.3.5 (December 9, 2014)