Revert 8133: Lower heap size limits on systems that are short of virtual memory.
Review URL: http://codereview.chromium.org/7104048

git-svn-id: http://v8.googlecode.com/svn/trunk@8210 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index df78716..a739855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-06: Version 3.4.2.1
+
+        Reverted 8133: Lower heap size limits on systems that are short
+        of virtual memory.  It was causing problems with layout tests on
+        MacOS.
+
+
 2011-06-06: Version 3.4.2
 
         More work on ES-Harmony proxies.  Still hidden behind a flag.