Update changes.
diff --git a/CHANGES b/CHANGES
index 645b858..b7747f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,28 @@
       (LIBCLOUD-396)
       [Ivan Kusalic]
 
+  *) Compute
+
+    - Added Ubuntu Linux 12.04 image to ElasticHost driver image list.
+      (LIBCLOUD-364)
+      [Bob Thompson]
+
+    - Update ElasticHosts driver to store drive UUID in the node 'extra' field.
+      (LIBCLOUD-357)
+      [Bob Thompson]
+
+  *) Storage
+
+    - Store last_modified timestamp in the Object extra dictionary in the S3
+      driver. (LIBCLOUD-373)
+      [Stefan Friesel]
+
+  *) Load Balancer
+
+   - Expose CloudStack driver directly through the Provider.CLOUDSTACK
+     constant.
+     [Tomaz Muraus]
+
  *) DNS
 
    - Modify Zerigo driver to include record TTL in the record 'extra' attribute
@@ -50,16 +72,6 @@
       (LIBCLOUD-378)
       [Mahendra M]
 
-    - Store last_modified timestamp in the Object extra dictionary in the S3
-      driver. (LIBCLOUD-373)
-      [Stefan Friesel]
-
-  *) Load Balancer
-
-   - Expose CloudStack driver directly through the Provider.CLOUDSTACK
-     constant.
-     [Tomaz Muraus]
-
 Changes with Apache Libcloud 0.13.0:
 
  *) General