Repository: libcloud Updated Branches: refs/heads/trunk ade53813e -> 7f0ece529
updated changes.rst with new feature for ap-northeast-2 region in ec2. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7f0ece52 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7f0ece52 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7f0ece52 Branch: refs/heads/trunk Commit: 7f0ece5299c51cae819b2db3b18f55f5bfb2ac06 Parents: ade5381 Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Wed Jan 13 11:40:43 2016 +1100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Wed Jan 13 11:40:43 2016 +1100 ---------------------------------------------------------------------- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/7f0ece52/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index c5ee099..1b8ce0e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,6 +20,10 @@ General Compute ~~~~~~~ +- Add ap-northeast-2 region to EC2 driver (South Korea) + (GITHUB-681) + [Anthony Shaw] + - Add LazyObject class that provides lazy-loading, see `GCELicense` for usage (LIBCLOUD-786, GITHUB-665) [Scott Crunkleton]