From 6da46bed0099cc0eaa4dc641efdd90310fab556b Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 30 Mar 2016 21:08:21 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fad12a5a2..8a3f61a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ IMPROVEMENTS: * provider/aws: Making the Cloudwatch Event Rule Target `target_id` optional [GH-5787] * provider/aws: Timeouts for `elasticsearch_domain` are increased [GH-5910] * provider/aws: `aws_redshift_cluster` allows usernames with underscore in it [GH-5935] + * provider/aws: Add support for Step Scaling in `aws_autoscaling_policy` [GH-4277] * provider/clc: Override default `account` alias in provider config [GH-5785] * provider/datadog: Add heredoc support to message, escalation_message, and query [GH-5788]