update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-06-12 10:54:12 -04:00
parent 1428e6dfbe
commit 53b117e223
1 changed files with 3 additions and 1 deletions

View File

@ -2,10 +2,12 @@
BACKWARDS INCOMPATIBILITIES: BACKWARDS INCOMPATIBILITIES:
* The DigitalOcean builder no longer supports the v1 API which has been * builder/digitalocean: no longer supports the v1 API which has been
deprecated for some time. Most configurations should continue to deprecated for some time. Most configurations should continue to
work as long as you use the `api_token` field for auth. work as long as you use the `api_token` field for auth.
* builder/digitalocean: `image`, `region`, and `size` are now required. * builder/digitalocean: `image`, `region`, and `size` are now required.
* builder/openstack: auth parameters have been changed to better
reflect OS terminology. Existing environment variables still work.
FEATURES: FEATURES: