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/01 00:40:26 UTC

[2/2] libcloud git commit: changes for #979

changes for #979


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

Branch: refs/heads/trunk
Commit: 567db979149441dd1d5b4d6d6f1d4ff750062584
Parents: 56fdfd2
Author: Anthony Shaw <an...@apache.org>
Authored: Sat Apr 1 11:40:19 2017 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 1 11:40:19 2017 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/567db979/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index d690314..33b99d1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,10 @@ Changes in latest version of Apache Libcloud
 Compute
 ~~~~~~~
 
+- [Azure ARM] fix typeerror on ex_list_nics
+  [GITHUB-979]
+  (Choi Jongu)
+
 - [GCE] allow delete instances from managed group
   [GITHUB-975]
   (@zacharya19)