Repository: libcloud Updated Branches: refs/heads/trunk f4c00ea09 -> 5be8b04fe
move #813 to current version as it was merged after the 1.5.0 tag Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5be8b04f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5be8b04f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5be8b04f Branch: refs/heads/trunk Commit: 5be8b04fe983d492f398fe00b9ca6c61ffebd163 Parents: f4c00ea Author: Anthony Shaw <anthonys...@apache.org> Authored: Fri Jan 13 13:34:01 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Fri Jan 13 13:34:01 2017 +1100 ---------------------------------------------------------------------- CHANGES.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5be8b04f/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index f375d99..8e96afd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,10 @@ Compute - Fix LIBCLOUD-806 bug where vsphere driver cannot be instantiated [GITHUB-967] (Anthony Shaw) + +- [google compute] Improve performance of list nodes by caching volume information. + (GITHUB-813, LIBCLOUD-826) + [Tom Melendez] Changes in Apache Libcloud 1.5.0 -------------------------------- @@ -39,10 +43,6 @@ Common Compute ~~~~~~~ -- [google compute] Improve performance of list nodes by caching volume information. - (GITHUB-813, LIBCLOUD-826) - [Tom Melendez] - - [azure] New method for accessing rate cards. [GITHUB-957] (Soren L. Hansen)