Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-01-06 09:20:52 -06:00
parent b351524367
commit 265910c051
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ IMPROVEMENTS:
* provider/docker: Add support for setting memory, swap and CPU shares on `docker_container` resources [GH-3761]
* provider/docker: Add support for setting labels on `docker_container` resources [GH-3761]
* provider/docker: Add support for setting log driver and options on `docker_container` resources [GH-3761]
* provider/heroku: Improve handling of Applications within an Organization [GH-4495]
* provider/vsphere: Add support for custom vm params on `vsphere_virtual_machine` [GH-3867]
* provider/vsphere: Rename vcenter_server config parameter to something clearer [GH-3718]
* provider/vsphere: Make allow_unverified_ssl a configuable on the provider [GH-3933]