Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 482cca8946015ac28f94aa3c1d91ca6df5abc28b..e55d05cda45b3ce529a5a5213b25d4060b612c16 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,20 @@ |
+2012-02-14: Version 3.9.6 |
+ |
+ Fix template-related linker error. (Chromium issue 1936) |
Jakob Kummerow
2012/02/14 11:42:35
"1936" is probably not a Chromium issue.
|
+ |
+ Temporarily disable inlining of Math.floor called as a function because |
Jakob Kummerow
2012/02/14 11:42:35
Remove this entry; change has been reverted.
|
+ of test failures. (issue 1947) |
+ |
+ Allow inlining of functions containing object literals. (issue 1322) |
+ |
+ Add --call-graph-size option to tickprocessor. (issue 1937) |
+ |
+ Heap Snapshot maximum size limit is too low for really big apps. At the |
+ moment the limit is 256MB. (Chromium issue 113015) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-02-09: Version 3.9.5 |
Removed unused command line flags. |