Repository: libcloud Updated Branches: refs/heads/trunk 03733cc12 -> 22aa0a0f2
Mark CHANGES for #726 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/22aa0a0f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/22aa0a0f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/22aa0a0f Branch: refs/heads/trunk Commit: 22aa0a0f2c64e3f1ab97f54ef987761fa5de180e Parents: 03733cc Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Sat Mar 26 21:07:15 2016 +1100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Sat Mar 26 21:07:15 2016 +1100 ---------------------------------------------------------------------- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/22aa0a0f/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 32b9c81..c553423 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -32,6 +32,11 @@ General Compute ~~~~~~~ +- [dimension data] added support for managing host anti-affinity rules, added paging support to + all supported calls and added support for requesting priority ordering when creating ACL rules + (GITHUB-726) + [Jeff Dunham] + - [openstack] when creating floating IPs, added pool_id as an optional argument (GITHUB-725) [marko-p]