Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-08-21 14:04:11 -07:00
parent 5b620b76f5
commit 46b81587ef
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ BUG FIXES:
* core: Key files for provisioning can now contain `~` and will be expanded * core: Key files for provisioning can now contain `~` and will be expanded
to the user's home directory. [GH-179] to the user's home directory. [GH-179]
* core: The `file()` function can load files in sub-directories. [GH-213] * core: The `file()` function can load files in sub-directories. [GH-213]
* core: Fix issue where some JSON structures didn't map properly into
Terraform structures. [GH-177]
* providers/aws: Fix issues around failing to read EIPs. [GH-122] * providers/aws: Fix issues around failing to read EIPs. [GH-122]
* providers/aws: Autoscaling groups now register and export load * providers/aws: Autoscaling groups now register and export load
balancers. [GH-207] balancers. [GH-207]