Update the change log for the tools and sdk.

Change-Id: I4e1a779aafd1a658858a00d9706bd679b6621aeb
diff --git a/changes.txt b/changes.txt
index 721d152..4fe7cd3 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,5 +1,14 @@
 Change log for Android SDK Tools.
 
+Revision 8:
+- New SDK component: platform-tools. This makes all platform use the same
+  latest version of aapt/aidl/dx.
+- Support for true debug build. No need to change the value of debuggable in
+  the Android Manifest.
+  "ant debug" will automatically insert debuggable==true, while "ant release"
+  will not.
+
+
 Revision 7:
 - Support for Ant rules provided by the Tools components (override the one in
   the platform component)
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index 661faeb..0819653 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,3 +1,11 @@
+8.0.0
+- New version number scheme following the SDK Tools revision number.
+- Support for true debug build. No need to change the value of debuggable in
+  the Android Manifest.
+  Incremental build will automatically insert debuggable==true while using
+  the "export signed/unsigned application package" will not.
+
+
 0.9.8:
 - New Action "Rename Application Package" (under the "Android Tools" contextual menu) will do a full application package refatoring.
 - Fixed issue with library project names containing characters that aren't compatible with Eclipse path variable. The link between the main project and the library would fail to create.