From bfd42b0fa76d3ad7822b92138d342aa3f8a4da8d Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 4 May 2017 15:58:37 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d839644..e50502bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ FEATURES: IMPROVEMENTS: * core: `sha512` and `base64sha512` interpolation functions, similar to their `sha256` equivalents. [GH-14100] +* core: It's now possible to use the index operator `[ ]` to select a known value out of a partially-known list, such as using "splat syntax" and increasing the `count`. [GH-14135] * provider/aws: Add support for CustomOrigin timeouts to aws_cloudfront_distribution [GH-13367] * provider/aws: Add support for IAMDatabaseAuthenticationEnabled [GH-14092] * provider/aws: aws_dynamodb_table Add support for TimeToLive [GH-14104]