Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-01-20 17:36:36 +00:00 committed by GitHub
parent 3b2c4ee2ed
commit aab783917a
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.8.5 (Unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* provider/aws: We no prefix an ECR repository address with `https://`
FEATURES:
* **New Data Source:** `aws_autoscaling_groups` [GH-11303]
@ -22,6 +26,7 @@ IMPROVEMENTS:
* provider/aws: allow ALB target group stickiness to be enabled/disabled [GH-11251]
* provider/aws: Add support for setting MSSQL Timezone in aws_db_instance [GH-11247]
* provider/aws: CloudFormation YAML template support [GH-11121]
* provider/aws: Remove hardcoded https from the ecr repository [GH-11307]
* provider/azurerm: add caching support for virtual_machine data_disks [GH-11142]
* provider/azurerm: make lb sub resources idempotent [GH-11128]
* provider/cloudflare: Add verification for record types and content [GH-11197]