This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 2356c8acaabd28092384a4b4178e05d908bfbf10 Author: Tomaz Muraus <[email protected]> AuthorDate: Tue Oct 8 22:42:02 2019 +0200 Put changelog entry under a correct release. --- CHANGES.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7c4bd66..9aa66c1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Changes in Apache Libcloud in development ----------------------------------------- +Storage +~~~~~~~ + +- [Common, S3, GCS] Reuse TCP connections when uploading files (GITHUB-1353) + [Quentin Pradet] + Load Balancer ~~~~~~~------ @@ -226,9 +232,6 @@ Storage iterated / seeked upon before calculating the hash. (GITHUB-1326) [Gabe Van Engel - @gvengel, Tomaz Muraus] -- [Common, S3, GCS] Reuse TCP connections when uploading files (GITHUB-1353) - [Quentin Pradet] - - [Backblaze B2] Fix a bug with driver not working correctly due to a regression which was inadvertently introduced in one of the previous releases. (GITHUB-1338, GITHUB-1339)
