diff --git a/ChangeLog b/ChangeLog
index 87040e9dfcabf257e202b9adcdf208d4c74836dd..0aec8af3fe9d82e8f75ddb4152c9afc9aa02a46c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+train-2011.08.12:
+  * massive zero-user-visibile refactoring of dialog javascript.
+  * fix cancel button in "waiting for verification state" (issue #147)
+  * all browserid source is now tri-licensed (MPL1.1/GPL/LGPL). (issue #141)
+  * fixes for mobile firefox (fennec).  (issue #140)
+  * mysql support implemented for browserid (default persistence production) (issue #71)
+  * json persistence support added - a standalone dead simple persistence layer which is the default for local development and requires no external software.
+  * email secrets are now persisted in the database, so upon server restart outstanding verification links are no longer invalidated (issue #91)
+  * (website) styling changes - like fix issues where links on dev page were being displayed white on white.
+	
 train-2011.08.04:
   * when user closes dialog without clicking "cancel", properly return 'null' to the webpage (via getVerifiedEmail callback) - issue #107
   * improve checks to warn developer that prerequisite software is missing. issue #110