Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/83a7d266 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/83a7d266 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/83a7d266 Branch: refs/heads/trunk Commit: 83a7d26637b46d5bd910975f118cded75567305f Parents: df97607 Author: Tomaz Muraus <[email protected]> Authored: Fri Dec 6 18:55:23 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Dec 6 19:04:55 2013 +0100 ---------------------------------------------------------------------- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/83a7d266/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index ed2e4c5..75990f3 100644 --- a/CHANGES +++ b/CHANGES @@ -56,6 +56,12 @@ Changes with Apache Libcloud in development invalid credentials are provided. [Tomaz Muraus] + - Don't throw an exception if a node object is missing an "image" attribute + in the list nodes / get node response. + + This could happen if node is in an error state. (LIBCLOUD-455) + [Dustin Spicuzza, Tomaz Muraus] + *) Storage - Allow user to specify 'Content-Disposition' header in the CloudFiles
