From 7ff89660119584075f4a56354fab0f281422f0d9 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 4 Mar 2019 08:05:59 -0500 Subject: [PATCH] Update CHANGELOG for #7738 and #7791 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d33228218f59..3baefeb040d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,15 @@ FEATURES: ENHANCEMENTS: * data-source/aws_redshift_service_account: Add us-gov-east-1 and us-gov-west-1 region mappings [GH-7635] -* resource/aws_db_instance: Properly set `engine_version` with `snapshot_identifier` [GH-7738] * resource/aws_dlm_lifecycle_policy: Add validation support for 2, 3, 4, 6, and 8 in `policy_details` `schedule` `create_rule` `interval` argument (support shorter intervals) [GH-7751] * resource/aws_lb_target_group: Add `lambda_multi_value_headers_enabled` argument [GH-7648] * resource/aws_ram_resource_share: Add `arn` attribute [GH-7634] BUG FIXES: +* resource/aws_db_instance: Properly set `engine_version` with `snapshot_identifier` [GH-7738] * resource/aws_ecs_service: Ensure `placement_strategy` removal in version 2.0.0 does not force recreation [GH-7790] +* resource/aws_s3_bucket_notification: Prevent crash with empty filters configuration [GH-7791] ## 2.0.0 (February 27, 2019)