From 6c86ae3a191c92c37c8330ec121dda0072e0bfe8 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 27 Jul 2015 16:14:01 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0351cf18..9ea5104ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ IMPROVEMENTS: + * core: Add resource IDs to errors coming from `apply`/`refresh` [GH-2815] * provider/aws: Validate credentials before walking the graph [GH-2730] * provider/aws: Added website_domain for S3 buckets [GH-2210] * provider/aws: ELB names are now optional, and generated by Terraform if omitted [GH-2571] @@ -10,6 +11,7 @@ IMPROVEMENTS: BUG FIXES: + * core: Prevent error duplication in `apply` [GH-2815] * provider/aws: Fix issue with toggling monitoring in AWS Instances [GH-2794] * provider/aws: Fix issue with Spot Instance Requests and cancellation [GH-2805]