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 2016/03/21 11:23:26 UTC

[17/17] libcloud git commit: Update changes for PR 710

Update changes for PR 710


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

Branch: refs/heads/trunk
Commit: 1a057c9c284994f97b178b3cdca30bf329a725e7
Parents: 4806a6a
Author: anthony-shaw <an...@gmail.com>
Authored: Mon Mar 21 21:22:52 2016 +1100
Committer: anthony-shaw <an...@gmail.com>
Committed: Mon Mar 21 21:22:52 2016 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1a057c9c/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 1cc9377..c79163d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -119,6 +119,10 @@ Loadbalancer
 DNS
 ~~~~
 
+- Added NSOne driver
+  [Oltjano Terpollari]
+  (GITHUB-710)
+
 - Fix a bug in the GoDaddy driver - make sure ``host`` attribute on the
   connection class is correctly set to the hostname.
   [Tomaz Muraus]