CHANGES in azure-armrest-0.0.4 vs CHANGES in azure-armrest-0.0.5
- old
+ new
@@ -1,4 +1,10 @@
+= 0.0.5 - 21-Oct-2015
+* The VirtualMachineService#series method now returns VirtualMachineSize
+ objects instead of a raw hash.
+* Fixed a bug in the Network::IpAddress::Service class.
+* Cleaned up some spec warnings.
+
= 0.0.4 - 19-Oct-2015
* All get/list/list_all methods now return wrapper class instances, e.g.
a call to VirtualMachineService#get will return a VirtualMachine instance.
These provide a nice OpenStruct wrapper so you can use methods instead
of hash references if desired.