CHANGELOG.md in fog-vsphere-1.7.0.1 vs CHANGELOG.md in fog-vsphere-1.7.1
- old
+ new
@@ -1,7 +1,16 @@
+## v1.7.1
+
+* Send all options to VM migrate request
+* Fix VM clone with resource pool
+* Remove obsolete index argument to create_disk call
+* Fix error when creating volume using the wrong key name
+
## v1.7.0
+* Update volumes when `save` is called on Server
+* Add the ability to update the size of attached virtual disks
* Improve mocks for folders and networks
## v1.6.0
* Support updating of server CPUs and memory
@@ -10,18 +19,20 @@
* Handle vSphere VMs being created or removed when searching for VM
## v1.5.1
-* Removed for hotfix
+* Move volume key generation to volume model
+* Set defaults more reliably for SCSI
## v1.5.0
* Rename the get_spec method in create_rule to get_group_spec
+* Change modify_vm_controller to follow changes made to create_controller
## v1.4.0
-* Removed for hotfix
+* Add ability for VMs to have multiple SCSI controllers
## v1.3.0
* Add the add_vm_controller method