Version 3.3.1

Reduced V8 binary size by removing virtual functions from hydrogen.

Fixed crash bug on x64.

Performance improvements on ARM and IA32.


git-svn-id: http://v8.googlecode.com/svn/trunk@7673 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index cf9c96c..473bbbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-04-20: Version 3.3.1
+
+        Reduced V8 binary size by removing virtual functions from hydrogen.
+
+        Fixed crash bug on x64.
+
+        Performance improvements on ARM and IA32.
+
+
 2011-04-18: Version 3.3.0
 
         Fixed bug in floating point rounding in Crankshaft on ARM