Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-04-18 16:21:01 -07:00
parent ddf794b7f7
commit e59773f37a
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: Providers are now correctly inherited down a nested module tree [GH-6186]
* provider/aws: Convert protocols to standard format for Security Groups [GH-5881]
* provider/aws: Fix Lambda VPC integration (missing `vpc_id` field in schema) [GH-6157]
* provider/aws: Fix `aws_route panic` when destination CIDR block is nil [GH-5781]