Version 3.7.10

Set maximum length of FixedArray in terms of elements instead an absolute number of bytes. (Chromium issue 103103)

Stability and performance improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@10052 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index 8410a60..2e3a663 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,22 @@
+2011-11-23: Version 3.7.10
+
+        Set maximum length of FixedArray in terms of elements instead an
+        absolute number of bytes.
+        (Chromium issue 103103)
+
+        Stability and performance improvements on all platforms.
+
+
+2011-11-21: Version 3.7.9
+
+        Removed exit-time destructors.
+
+        Stability and performance improvements on all platforms.
+
+
 2011-11-17: Version 3.7.8
 
-        Removed hidden prototype from builtins, i.e., deleting an overridden 
+        Removed hidden prototype from builtins, i.e., deleting an overridden
         function on builtins will not make the original function reappear.
 
         Added NetBSD support for scons build.