Update changes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5820e018 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5820e018 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5820e018 Branch: refs/heads/0.13.x Commit: 5820e01886fa9ed73261c5e006b511d8873a2a4a Parents: caa7ab9 Author: Tomaz Muraus <[email protected]> Authored: Thu Aug 1 14:31:22 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Aug 1 20:28:50 2013 +0200 ---------------------------------------------------------------------- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5820e018/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a308d8b..b9917a6 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,17 @@ Changes with Apache Libcloud in development + *) General + + - By default read pricing data from ~/.libcloud/pricing.json if this file + exists. If it doesn't it uses old behavior and falls back to pricing file + bundled with a libcloud release. + [Tomaz Muraus] + + - Add libcloud.pricing.download_pricing_file function for downloading and + updating the pricing file. + [Tomaz Muraus] + *) Compute - Modify ElasticHosts drive to store drive UUID in 'extra' field.
