update changelog

This commit is contained in:
Clint Shryock 2015-05-07 17:25:12 -05:00
parent 44461f49fd
commit e6f5970c67
1 changed files with 2 additions and 0 deletions

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]