Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-04-07 14:38:52 -05:00
parent 2de5dd06d8
commit f1638097e5
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ IMPROVEMENTS:
* provider/aws: `aws_codecommit_repository` set `default_branch` only if defined [GH-5904]
* provider/aws: `aws_redshift_cluster` allows usernames with underscore in it [GH-5935]
* provider/aws: normalize json for `aws_cloudwatch_event_rule` [GH-6025]
* provider/aws: Allow multiple EIPs to associate to single ENI [GH-6070]
* 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]