You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/24 15:01:29 UTC

[libcloud] 01/04: Move changelog entry under the correct release.

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 9fbf7420564b973a5b478a549383060999114826
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Mar 24 15:38:01 2022 +0100

    Move changelog entry under the correct release.
---
 CHANGES.rst | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 34a054e..cacb2f9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,15 @@
 Changes in Apache Libcloud in development
 -----------------------------------------
 
+Common
+~~~~~~
+
+- Update code which retries failed HTTP requests to also retry failed "raw"
+  requests and make sure we also wrap and retry piece of code where Response
+  class is instantiated and exceptions can be thrown.
+  [Daniel Draper - @Germandrummer92]
+  (GITHUB-1592)
+
 Compute
 ~~~~~~~
 
@@ -27,12 +36,6 @@ Common
   release which still supports Python 3.5.
   (GITHUB-1620)
 
-- Update code which retries failed HTTP requests to also retry failed "raw"
-  requests and make sure we also wrap and retry piece of code where Response
-  class is instantiated and exceptions can be thrown.
-  [Daniel Draper - @Germandrummer92]
-  (GITHUB-1592)
-
 - Update AWS error response parsing code so it also correctly handles error XML
   responses without a namespace in the response body.