Version 3.12.14

Deactivated optimization of packed arrays. (Chromium issue 137768)

Fixed broken accessor transition. (Chromium issue 137689)

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@12118 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index 2cf261a..1dd4bb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-07-18: Version 3.12.14
+
+        Deactivated optimization of packed arrays.
+        (Chromium issue 137768)
+
+        Fixed broken accessor transition.
+        (Chromium issue 137689)
+
+        Performance and stability improvements on all platforms.
+
+
 2012-07-17: Version 3.12.13
 
         Fixed missing tagging of stack value in finally block.