Fixed assertion failures in compilation of loop conditions.

Removed STL dependency from developer shell (d8).

Added infrastructure for protecting the V8 heap from corruption caused by memory modifications from the outside.


git-svn-id: http://v8.googlecode.com/svn/trunk@1603 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index 2bd1413..c476cf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-03-24: Version 1.1.3
+
+        Fixed assertion failures in compilation of loop conditions.
+
+        Removed STL dependency from developer shell (d8).
+
+        Added infrastructure for protecting the V8 heap from corruption
+        caused by memory modifications from the outside.
+
+
 2009-03-24: Version 1.1.2
 
         Improved frame merge code generated by the code generator.