Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index ca3055b539d980d2b7ff1e1ddd6385dff8d68253..4471be8af8b9a2f0a9c9483bf0c3db105016cb73 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,15 @@ |
+2012-04-19: Version 3.10.4 |
+ |
+ Fixed issues when stressing compaction with WeakMaps. |
+ |
+ Fixed missing GVN flag for new-space promotion. (Chromium issue 123919) |
+ |
+ Simplify invocation sequence at monomorphic function invocation sites. |
+ (issue 2079) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-04-17: Version 3.10.3 |
Fixed several bugs in heap profiles (including issue 2078). |