From ae3d0b5c8177bcb7d2376f6c50d122885b108389 Mon Sep 17 00:00:00 2001 From: Simon Davis Date: Wed, 21 Oct 2020 09:13:32 -0700 Subject: [PATCH] Update CHANGELOG.md for #15127 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e48e6cda8e..2b00e70a132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ ENHANCEMENTS * resource/aws_fsx_windows_file_system: Increased maximum `automatic_backup_retention_days` from 35 to 90 [GH-15641] * resource/aws_glue_catalog_table: add validation checks for resource properties [GH-12523] +BUGFIXES + +* resource/aws_glue_table_catalog_table: Prevent errors on `unset` of `ser_de_info.name` [GH-15127] + ## 3.11.0 (October 15, 2020) FEATURES