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]