Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-04-11 19:44:01 +01:00
parent 0cd0a4ec9c
commit ff749e0b04
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ IMPROVEMENTS:
* provider/aws: normalize json for `aws_cloudwatch_event_rule` [GH-6025]
* provider/aws: normalise json for `aws_sns_topic` [GH-6089]
* provider/aws: Allow multiple EIPs to associate to single ENI [GH-6070]
* provider/aws: Add support for trigger_configuration to `aws_codedeploy_deployment_group` [GH-5599]
* provider/clc: Override default `account` alias in provider config [GH-5785]
* provider/datadog: Add heredoc support to message, escalation_message, and query [GH-5788]
* provider/docker: Add support for docker run --user option [GH-5300]