Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-05-24 09:19:54 -05:00
parent 3f7197622a
commit 49bc058516
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
* Terraform's built-in plugins are now distributed as part of the main Terraform binary, and use the go-plugin framework. Overrides are still available using separate binaries, but will need recompiling against Terraform 0.7. * Terraform's built-in plugins are now distributed as part of the main Terraform binary, and use the go-plugin framework. Overrides are still available using separate binaries, but will need recompiling against Terraform 0.7.
* The `concat()` interpolation function can no longer be used to join strings. * The `concat()` interpolation function can no longer be used to join strings.
* `openstack_networking_subnet_v2` now defaults to turning DHCP on. * `openstack_networking_subnet_v2` now defaults to turning DHCP on.
* Commands now produce their error messages on `stderr` rather than `stdout`.
FEATURES: FEATURES:
@ -18,6 +19,7 @@ FEATURES:
IMPROVEMENTS: IMPROVEMENTS:
* core: The `jsonencode` interpolation function now supports encoding lists and maps [GH-6749] * core: The `jsonencode` interpolation function now supports encoding lists and maps [GH-6749]
* core: Errors and warnings are now printed to `stderr` rather than `stdout` for ease of automation [GH-6848]
* provider/aws: Add `option_settings` to `aws_db_option_group` [GH-6560] * provider/aws: Add `option_settings` to `aws_db_option_group` [GH-6560]
* provider/aws: Add support for S3 Bucket Acceleration [GH-6628] * provider/aws: Add support for S3 Bucket Acceleration [GH-6628]
* provider/aws: Add support for `kms_key_id` to `aws_db_instance` [GH-6651] * provider/aws: Add support for `kms_key_id` to `aws_db_instance` [GH-6651]