Update the change log for the tools and sdk.

Change-Id: I4e1a779aafd1a658858a00d9706bd679b6621aeb
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.