diff --git a/CHANGES b/CHANGES
index 96ccc876c67..991bd0c1f66 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
 Improvements and API changes in HEAD
 
-1. Added support for Android. TODO Further comments...
+1. Added support for Android. There is a new experimental module called 
+   Dexpler which converts Dalvik bytecode to Jimple. This enables Soot
+   to directly read bytecode from Android applications. 
+   TODO Further comments...
 
 2. Changed default throw analysis from "pedantic" to "unit based". This
    changes the default the assumptions that Soot makes about which
diff --git a/credits b/credits
index 67ce506c931..6e886624e48 100644
--- a/credits
+++ b/credits
@@ -7,6 +7,9 @@
 -------------------- Soot Contributors ------------------------
                   (in alphabetical order)
 
+Alexandre Bartel
+    - Dexpler (see SOAP '12)
+
 Ben Bellamy
     - New type assigner (see OOPSLA '08)