Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-12-04 09:08:02 -06:00
parent 30a87be969
commit 652229bdcb
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,9 @@ FEATURES:
IMPROVEMENTS:
* core: Change set internals for performance improvements [GH-3992]
* provider/aws: Add placement_group as an option for `aws_autoscaling_group` [GH-3704]
* provider/cloudstack: performance improvements [GH-4150]
* provider/docker: Add support for setting the entry point on `docker_container` resources [GH-3761]
* provider/docker: Add support for setting the restart policy on `docker_container` resources [GH-3761]
* provider/docker: Add support for setting memory, swap and CPU shares on `docker_container` resources [GH-3761]
@ -17,7 +19,6 @@ IMPROVEMENTS:
* 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]
* core: change set internals and make (extreme) performance improvements [GH-3992]
BUG FIXES: