changes for #928 and #971
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c8ba7fe0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c8ba7fe0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c8ba7fe0 Branch: refs/heads/trunk Commit: c8ba7fe0baaa615c205653bb36ab3b809cadc9f3 Parents: 8b3b1cb Author: Anthony Shaw <anthonys...@apache.org> Authored: Mon Jan 9 20:38:52 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Mon Jan 9 20:38:52 2017 +1100 ---------------------------------------------------------------------- CHANGES.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c8ba7fe0/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 8374149..fafcb2d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,20 @@ Changelog ========= +Changes in current version of Apache Libcloud +--------------------------------------------- + +Common +~~~~~~ + +- Introduction of the requests package as the mechanism for making HTTP requests for all drivers + [GITHUB-928] + (Anthony Shaw) + +- Fix bug where custom port would not get propagated to connection + [GITHUB-971] + (Anthony Shaw) + Changes in Apache Libcloud 1.5.0 --------------------------------