This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 12110292cbf9a1fa7f442421ed7b77b77840070a Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Mar 13 11:31:25 2022 +0100 Add changelog entry. --- CHANGES.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 9fdb466..34a054e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,19 @@ Changelog ========= +Changes in Apache Libcloud in development +----------------------------------------- + +Compute +~~~~~~~ + +- [GCE] Retrieve regions and zones lazily when they are first accessed (via + self.zone_{dict,list} and self.region_{dict,list} attribute) instead of + retrieving them inside the driver constructor. + + (GITHUB-1661, GITHUB-1661) + [Dimitris Galanis - @dimgal1] + Changes in Apache Libcloud 3.5.0 --------------------------------
