Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 4471be8af8b9a2f0a9c9483bf0c3db105016cb73..605284f6cf6a18bb15f408486ef0573e111c5ab3 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,19 @@ |
+2012-04-23: Version 3.10.5 |
+ |
+ Put new global var semantics behind a flag until WebKit tests are |
+ cleaned up. |
+ (rossberg@chromium.org) |
Jakob Kummerow
2012/04/23 12:50:06
We don't need the email addresses in the ChangeLog
Michael Starzinger
2012/04/23 12:55:04
Done. Ooops.
|
+ |
+ Enabled stepping into callback passed to builtins. |
+ (Chromium issue 109564) |
+ (yangguo@chromium.org) |
+ |
+ Show names for the strong roots in heap snapshot. |
Jakob Kummerow
2012/04/23 12:50:06
Is this important enough to be mentioned?
Michael Starzinger
2012/04/23 12:55:04
Done. Unsure about that, so just dropped it.
|
+ (alexeif@chromium.org) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-04-19: Version 3.10.4 |
Fixed issues when stressing compaction with WeakMaps. |