Update CHANGELOG.md
This commit is contained in:
parent
0a6da92791
commit
6c86ae3a19
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue