Update CHANGELOG.md

This commit is contained in:
Joe Topjian 2016-11-08 19:42:30 -07:00 committed by GitHub
parent cfa4d9b63b
commit 3258aa98e6
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ IMPROVEMENTS:
* provider/aws: Add Enhanced VPC routing to Redshift [GH-9950]
* provider/openstack: Add `value_specs` to `openstack_fw_policy_v1` resource, allowing vendor information [GH-9835]
* provider/openstack: Add `value_specs` to `openstack_fw_firewall_v1` resource, allowing vendor information [GH-9836]
* provider/openstack: Instance `user_data` will now detect if the incoming data is already Base64 encoded [GH-9966]
* provider/random: The `b64` attribute on `random_id` resources is deprecated, replaced by `b64_url` and `b64_std` [GH-9903]
BUG FIXES: