Merge pull request #1860 from hashicorp/cts-changelog

update changelog
This commit is contained in:
Clint 2015-05-07 17:26:26 -05:00
commit b487c65cfb

View File

@ -70,6 +70,8 @@ IMPROVEMENTS:
* provider/aws: `aws_elb` supports connection draining settings [GH-1502]
* provider/aws: `aws_elb` increase default idle timeout to 60s [GH-1646]
* provider/aws: `aws_key_pair` name can be omitted and generated [GH-1751]
* provider/aws: `aws_network_acl` improved validation for network ACL ports
and protocols [GH-1798] [GH-1808]
* provider/aws: `aws_route_table` can target network interfaces [GH-968]
* provider/aws: `aws_route_table` can specify propogating VGWs [GH-1516]
* provider/aws: `aws_route53_record` supports weighted sets [GH-1578]