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:43:48 UTC

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

changes for #983


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

Branch: refs/heads/trunk
Commit: 53591b7a867cd829e45110a7152517cd50e52b1f
Parents: db454e7
Author: Anthony Shaw <an...@apache.org>
Authored: Sat Apr 1 11:43:38 2017 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 1 11:43:38 2017 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/53591b7a/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 33b99d1..65c8324 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,10 @@ Changes in latest version of Apache Libcloud
 Compute
 ~~~~~~~
 
+- [EC2] Add ENA support for EC2 compute images
+  [GITHUB-983]
+  (Alex Misstear)
+
 - [Azure ARM] fix typeerror on ex_list_nics
   [GITHUB-979]
   (Choi Jongu)