Update CHANGELOG.md

This commit is contained in:
Radek Simko 2017-05-21 09:44:38 +02:00 committed by GitHub
parent 792638d07b
commit 030f26be48
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,7 @@ BUG FIXES:
* core: Fixed crasher when populating a "splat variable" from an empty (nil) module state. [GH-14526]
* core: fix bad Sprintf in backend migration message [GH-14601]
* provider/aws: Allow updating constraints in WAF SizeConstraintSet + no constraints [GH-14661]
* provider/aws: Allow updating tuples in WAF ByteMatchSet + no tuples [GH-14071]
* provider/aws: Allow updating tuples in WAF SQLInjectionMatchSet + no tuples [GH-14667]
* provider/aws: Allow updating tuples in WAF XssMatchSet + no tuples [GH-14671]
* provider/aws: Increase EIP update timeout [GH-14381]
@ -67,7 +68,6 @@ BUG FIXES:
* provider/aws: Refresh from state when CodePipeline Not Found [GH-14431]
* provider/aws: Override spot_instance_requests volume_tags schema [GH-14481]
* provider/aws: Allow Internet Gateway IPv6 routes [GH-14484]
* provider/aws: Allow updating tuples in WAF ByteMatchSet + no tuples [GH-14071]
* provider/aws: ForceNew aws_launch_config when root_block_device changes [GH-14507]
* provider/aws: Pass IAM Roles to codepipeline actions [GH-14263]
* provider/aws: Create rule(s) for prefix-list-only AWS security group permissions on 'terraform import' [GH-14528]