Version 3.2.5

Fixed build with Irregexp interpreter (issue 1266). 

Added Crankshaft support for external arrays.

Fixed two potential crash bugs.



git-svn-id: http://v8.googlecode.com/svn/trunk@7385 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index 4ccf6fc..ce4d81e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-03-28: Version 3.2.5
+
+        Fixed build with Irregexp interpreter (issue 1266). 
+
+        Added Crankshaft support for external arrays.
+
+        Fixed two potential crash bugs.
+
+
 2011-03-23: Version 3.2.4
 
         Added isolates which allows several V8 instances in the same process.