Push version 1.3.13 to trunk.

Fixed uninitialized memory problem.

Improved heap profiler support.



git-svn-id: http://v8.googlecode.com/svn/trunk@2957 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index 97caaae..8c74591 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-23: Version 1.3.13
+
+        Fixed uninitialized memory problem.
+
+        Improved heap profiler support.
+
+
 2009-09-22: Version 1.3.12
 
         Changed behavior of |function|.toString() on built-in functions to
@@ -14,6 +21,7 @@
 
         [ES5] Added Object.keys function.
 
+
 2009-09-15: Version 1.3.11
 
         Fixed crash in error reporting during bootstrapping.