Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/93fde156 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/93fde156 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/93fde156 Branch: refs/heads/trunk Commit: 93fde1568d820ea84409ff9e1b6e3128098dd717 Parents: 3e012e3 Author: Tomaz Muraus <[email protected]> Authored: Mon Nov 4 20:12:02 2013 +0000 Committer: Tomaz Muraus <[email protected]> Committed: Mon Nov 4 20:12:02 2013 +0000 ---------------------------------------------------------------------- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/93fde156/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 158b070..a6f820c 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,12 @@ Changes with Apache Libcloud in development + *) General + + - Fix libcloud.utils.py3.urlquote so it works with unicode strings under + Python 2. (LIBCLOUD-429) + [Michael Farrell] + *) Compute - Fix ex_delete_keypair method in the EC2 driver. (LIBCLOUD-415)
