You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by er...@apache.org on 2016/01/05 23:41:13 UTC

[2/2] libcloud git commit: updating changes.rst file

updating changes.rst file


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

Branch: refs/heads/trunk
Commit: 9a7556f469e45baf8d404ace99927c5cddf7e829
Parents: 81a8dbc
Author: Eric Johnson <er...@google.com>
Authored: Tue Jan 5 22:36:51 2016 +0000
Committer: Eric Johnson <er...@google.com>
Committed: Tue Jan 5 22:36:51 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/9a7556f4/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index efa3f5c..3270266 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,10 @@ General
 Compute
 ~~~~~~~
 
+- Add LazyObject class that provides lazy-loading, see `GCELicense` for usage
+  (LIBCLOUD-786, GITHUB-665)
+  [Scott Crunkleton]
+
 - Added t2.nano instance type to EC2 Compute driver
   (GITHUB-663)
   [Anthony Shaw]