whitespace in CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-11-04 08:48:56 -07:00
parent f6dacab0ba
commit 3a4a41327a
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
## 0.7.9 (Unreleased)
FEATURES:
* **New Data Source:** `aws_acm_certificate` [GH-8359]
* **New Resource:** `aws_autoscaling_attachment` [GH-9146]
* **New Resource:** `postgresql_extension` [GH-9210]
IMPROVEMENTS:
* core: Improve shadow graph robustness by catching panics during graph evaluation. [GH-9852]
* provider/aws: Provide the option to skip_destroy on aws_volume_attachment [GH-9792]
* provider/aws: Allows aws_alb security_groups to be updated [GH-9804]
@ -14,8 +16,8 @@ IMPROVEMENTS:
* state/remote/swift: Enable OpenStack Identity/Keystone v3 authentication [GH-9769]
* state/remote/swift: Now supports all login/config options that the OpenStack Provider supports [GH-9777]
BUG FIXES:
* core: Provisioners in modules do not crash during `apply` (regression). [GH-9846]
* command/fmt: Multiline strings aren't erroneously indented [GH-9859]
* provider/aws: Fix issue setting `certificate_upload_date` in `aws_api_gateway_domain_name` [GH-9815]