From f794e0e4ba31c5d236a1c8ce9339031895c73662 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 31 Mar 2016 23:09:46 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 889552951..77ce2f2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ IMPROVEMENTS: * 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/aws: Adds `wait_for_ready_timeout` option to `aws_elastic_beanstalk_environment` [GH-5967] * provider/clc: Override default `account` alias in provider config [GH-5785] * provider/datadog: Add heredoc support to message, escalation_message, and query [GH-5788]