Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-02-03 16:45:01 -06:00
parent 80c5971fd6
commit 680fa3c0d8
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ IMPROVEMENTS:
* **New resources: `google_compute_forwarding_rule`, `google_compute_http_health_check`,
and `google_compute_target_pool`** - Together these provide network-level
load balancing. [GH-588]
* **New resource: `aws_main_route_table_association`** - Manage the main routing table
of a VPC. [GH-918]
* core: Formalized the syntax of interpolations and documented it
very heavily.
* core: Strings in interpolations can now contain further interpolations,