You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/21 05:36:51 UTC

[4/4] libcloud git commit: changes for #1035

changes for #1035


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2883adb3
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2883adb3
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/2883adb3

Branch: refs/heads/trunk
Commit: 2883adb3aee78340a20a78eece91fb2071856aa4
Parents: b54a430
Author: Anthony Shaw <an...@apache.org>
Authored: Fri Apr 21 15:36:39 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Fri Apr 21 15:36:39 2017 +1000

----------------------------------------------------------------------
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/2883adb3/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 9bfb8ff..3070288 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,6 +25,10 @@ Common
 Compute
 ~~~~~~~
 
+- [ARM] Fix string representation of the VhdImage type and fix listing of Public IP addresses
+  [GITHUB-1035]
+  (Anthony Shaw)
+
 - [GOOGLE] Remove validation checks for guestOsFeatures
   [GITHUB-1034]
   (Max Illfelder)