From ddffb47492d90f35ec12b49ab6ece98c8811aff7 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Fri, 15 Jul 2016 09:49:07 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36b889a0..5bb6fad5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ IMPROVEMENTS: * core: The `jsonencode` interpolation function now supports encoding lists and maps [GH-6749] * core: Add the ability for resource definitions to mark attributes as "sensitive" which will omit them from UI output. [GH-6923] + * core: Support `.` in map keys [GH-7654] * provider/aws: Add `dns_name` to `aws_efs_mount_target` [GH-7428] * provider/aws: Add `option_settings` to `aws_db_option_group` [GH-6560] * provider/aws: Add more explicit support for Skipping Final Snapshot in RDS Cluster [GH-6795]