Fix CHANGELOG typo of "GH" as "Gh"

This might've caused the issue link insertion script to get confused when it comes time to cut 0.7.
This commit is contained in:
Martin Atkins 2016-06-15 06:54:24 -07:00 committed by GitHub
parent ce447e8e2a
commit b0c0e3cb9d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ BUG FIXES:
* provider/aws: If more ENIs are attached to `aws_instance`, the one w/ DeviceIndex `0` is always used in context of `aws_instance` (previously unpredictable) [GH-6761]
* provider/aws: Fix issue with Root Block Devices and encrypted flag in Launch Configurations [GH-6512]
* provider/aws: Mark Lambda function as gone when it's gone [GH-6924]
* provider/aws: Make 'stage_name' required in api_gateway_deployment [Gh-6797]
* provider/aws: Make 'stage_name' required in api_gateway_deployment [GH-6797]
* provider/aws: Changing keys in `aws_dynamodb_table` correctly force new resources [GH-6829]
* provider/aws: Fix issue reattaching a VPN gateway to a VPC [GH-6987]
* provider/aws: Update Lambda functions on name change [GH-7081]