update changes for new 2.0.0rc2 release vote
diff --git a/CHANGES.rst b/CHANGES.rst
index f2b1c5f..add92a7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,12 +1,16 @@
 Changelog
 =========
 
-Changes in latest version of Apache Libcloud
---------------------------------------------
+Changes in Apache Libcloud 2.0.0rc2
+-----------------------------------
 
 Common
 ~~~~~~
 
+- Fix LIBCLOUD_DEBUG trying to decompress already decompressed responses
+  [LIBCLOUD-910]
+  (Anthony Shaw)
+
 - Added an integration test API and a test suite for validating functionality
   without mocking any libcloud subsystems
   [GITHUB-970]
@@ -16,19 +20,6 @@
   [GITHUB-1026]
   (Anthony Shaw)
 
-Compute
-~~~~~~~
-
-- Outscale SAS doc improvements and logo update
-  [GITHUB-950]
-  (Javier M Mellid)
-
-Changes in Apache Libcloud 2.0.0rc2
------------------------------------
-
-Common
-~~~~~~
-
 - Fix CertificateConnection not correctly signing requests in 2.0rc1, impacted
   Azure classic driver, OpenStack and Docker driver
   [GITHUB-1015]
@@ -45,6 +36,10 @@
 Compute
 ~~~~~~~
 
+- Outscale SAS doc improvements and logo update
+  [GITHUB-950]
+  (Javier M Mellid)
+
 - [GCE] Allow preemptible instances to be created
   [GITHUB-954]
   (John Baublitz)