diff --git a/ChangeLog b/ChangeLog
index 74cc1368f25cea850139c3b182efe100a1890e5c..b434840666bce8376d19d391efe120c266c2b179 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
-train-2012.06.08 (in progress):
-  * Support non-english passwords: issue #1631
-  * remove obsolete code - 'code_update' handler: issue #1645
+train-2012.06.08
+  * rebrand from 'browserid' to 'persona': (including regressions #1711 #1706 #1716 #1719)
+  * new "router" process added - subsumes responsibility of old "webhead" process, handles all requets forwarding: #1657
+  * Support non-english passwords: #1631
   * allow sessions to persist for 4 weeks after a user confirms ownership of a device (was effectively 1 week): #1632
+  * general code cleanup, removal of obsolete code, accidental globals cleaned up: #1645 #1681 #1699
+  * fix tab order on signup page: #1635
+  * minified include.js again has link to unminified source: #1624
+  * improve handling of uncaught exceptions (new statsd counter): #1558
+  * fix cachify stuff to allow multiple background images per css dec: #1652
+  * 50x error pages added to repo
+  * authenticated sessions are now 4 weeks: #1632, #1572
+  * improvements to KPI system: #1614 #1619 #1660 #1698
+  * UI improvements: #1684
+  * new secret debug menu added to dialog
+  * "silent assertions" (via observer api) now check cert expiry and don't issue invalid assertions
 
 train-2012.05.25:
   * many KPI improvements: #1597, #1613