Version 3.12.9

Correctly advance the scanner when scanning unicode regexp flag. (Chromium issue 136084)

Fixed unhandlified code calling Harmony Proxy traps. (issue 2219)

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@12006 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index 2100cbc..f8e9533 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-07-06: Version 3.12.9
+
+        Correctly advance the scanner when scanning unicode regexp flag.
+        (Chromium issue 136084)
+
+        Fixed unhandlified code calling Harmony Proxy traps.
+        (issue 2219)
+
+        Performance and stability improvements on all platforms.
+
+
 2012-07-05: Version 3.12.8
 
         Implemented TypedArray.set and ArrayBuffer.slice in d8.