Updated CHANGES.rst for #655
diff --git a/CHANGES.rst b/CHANGES.rst
index ed0421e..3875a23 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -30,6 +30,11 @@
 Compute
 ~~~~~~~
 
+- Removed DreamHosts Compute Driver, DreamHosts users will now use the OpenStack Node driver since DreamHosts are OpenStack
+  API compliant
+  (GITHUB-655)
+  [Stephano Maffulli]
+
 - Added additional kwargs to the create_node method for Dimension Data driver, allowing the user to specify the RAM and
   CPU upfront. Added a ex_reconfigure_node method and ex_list_customer_images as well as updating the API to 2.1.
   (LIBCLOUD-783, GITHUB-656)