From b0c0e3cb9d077678b539a614f77b7f984d217f30 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 15 Jun 2016 06:54:24 -0700 Subject: [PATCH] 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. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b0315c3c..7b63161a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]