Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-01-07 16:07:56 -08:00
parent 0955983655
commit ad897b9ea2
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,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/docker: Add support for settings network mode on `docker_container` resources [GH-4475]
* 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]