Version 3.12.6

Cleaned up hardfp ABI detection for ARM (V8 issue 2140).

Extended TypedArray support in d8.

git-svn-id: http://v8.googlecode.com/svn/trunk@11956 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index a707379..cd6ee92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-29: Version 3.12.6
+
+        Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
+
+        Extended TypedArray support in d8.
+
+
 2012-06-28: Version 3.12.5
 
         Fixed lazy parsing heuristics to respect outer scope.