Minor bugfixes and optimizations.

Added command line debugger to D8 shell.

Fixed subtle bug that caused the wrong 'this' to be used when calling a caught function in a catch clause.

Inline array loads within loops directly in the code instead of


git-svn-id: http://v8.googlecode.com/svn/trunk@1031 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index 8f3a393..17fce33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-01-06: Version 0.4.7
+
+	Minor bugfixes and optimizations.
+
+	Added command line debugger to D8 shell.
+
+	Fixed subtle bug that caused the wrong 'this' to be used when
+	calling a caught function in a catch clause.
+
+	Inline array loads within loops directly in the code instead of
+	always calling a stub.
+
+	
 2008-12-11: Version 0.4.6
 
         Fixed exception reporting bug where certain exceptions were