changes for #978
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/419c6944 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/419c6944 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/419c6944 Branch: refs/heads/trunk Commit: 419c69441ea10e7bbf37319e5e8d02e82e7e6b40 Parents: 57c5929 Author: Anthony Shaw <anthonys...@apache.org> Authored: Wed Jan 18 15:41:45 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Wed Jan 18 15:41:45 2017 +1100 ---------------------------------------------------------------------- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/419c6944/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index ee6f70d..5b1420c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ Changes Apache Libcloud 2.0.0rc1 Common ~~~~~~ +- Fix DEBUG mode, also add support for using io.StringIO as the file handle when calling libcloud.enable_debug + [GITHUB-978, LIBCLOUD-887] + (Anthony Shaw) + - Introduction of the requests package as the mechanism for making HTTP requests for all drivers [GITHUB-928] (Anthony Shaw)