Update changelog.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1ab64968 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1ab64968 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1ab64968 Branch: refs/heads/trunk Commit: 1ab6496858d79bc73a4f744054088fb012d21916 Parents: 042dc56 Author: Tomaz Muraus <[email protected]> Authored: Fri Oct 2 20:57:38 2015 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Oct 2 20:57:38 2015 +0200 ---------------------------------------------------------------------- CHANGES.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/1ab64968/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index a506003..127f7c3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,9 +31,6 @@ General Compute ~~~~~~~ -- Added ``ex_assign_public_ip`` to ``create_node`` in ec2 driver - [Kyle Long] - - Allow user to filter VPC by project in the CloudStack driver by passing ``project`` argument to the ``ex_list_vps`` method. (GITHUB-516) @@ -70,6 +67,10 @@ Compute (GITHUB-587, LIBCLOUD-750) [Anthony Shaw] +- Added ``ex_assign_public_ip`` argument to ``create_node`` in the EC2 driver. + (GITHUB-590) + [Kyle Long] + Storage ~~~~~~~
