From f9edf5b17a816ce7657ca3084bd4022a942430dc Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 10 May 2017 15:42:57 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc419c520..163e9ae51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ IMPROVEMENTS: * provider/aws: aws_dynamodb_table Add support for TimeToLive [GH-14104] * provider/aws: Add `security_configuration` support to `aws_emr_cluster` [GH-14133] * provider/aws: Add support for the tenancy placement option in `aws_spot_fleet_request` [GH-14163] -* provider/aws: aws_db_option_group normalizes name to lowercase [GH-14192] +* provider/aws: `aws_db_option_group` normalizes name to lowercase [GH-14192, GH-14366] * provider/aws: Add support description to aws_iam_role [GH-14208] * provider/aws: Add support for SSM Documents to aws_cloudwatch_event_target [GH-14067] * provider/aws: add additional custom service endpoint options for CloudFormation, KMS, RDS, SNS & SQS [GH-14097]