Update CHANGLOG

This commit is contained in:
Mitchell Hashimoto 2014-12-26 09:07:20 +05:30
parent 6b7dfb4c8f
commit f61b7af815
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ BUG FIXES:
* 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]
* provider/aws: More fields are marked as "computed" properly, resulting
in more accurate diffs for AWS instances. [GH-712]
* provider/aws: Fix panic case by using the wrong type when setting
volume size for AWS instances. [GH-712]
## 0.3.5 (December 9, 2014)