From 056dab6d2bf09fb00f478e800cd09e714a4faa14 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 28 Jan 2016 15:52:56 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfb9f3bb..410f4a44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ ## 0.6.11 (Unreleased) +BACKWARDS INCOMPATIBILITIES / NOTES: + + * The `max_size`, `min_size` and `desired_capacity` attributes on `aws_autoscaling_schedule` resources now default to 0 + IMPROVEMENTS: - * provider/template: Remove unnecessary mime-type validation from `template_cloudinit_config` resources [GH-4873] - * provider/template: Correct spelling of "Boundary" in the part separator of rendered `template_cloudinit_config` resources [GH-4873] + * provider/template: Remove unnecessary mime-type validation from `template_cloudinit_config` resources [GH-4873] + * provider/template: Correct spelling of "Boundary" in the part separator of rendered `template_cloudinit_config` resources [GH-4873] + +BUG FIXES: + + * provider/aws: `aws_autoscale_schedule` 0 values [GH-4693] ## 0.6.10 (January 27, 2016)