Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index ee72eb7798bdd8ea4f3982268acada312a9ae516..0702f842e42ee318d55be834516b900746ecd1ac 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,27 @@ |
+2013-05-31: Version 3.19.7 |
+ |
+ Add support for //# sourceURL similar to deprecated //@ sourceURL one. |
Jakob Kummerow
2013/05/31 11:31:58
past tense please
rossberg
2013/05/31 11:38:25
Done.
|
+ (issue 2702) |
+ |
+ Make sure IfBuilder::Return clears the current block. |
Jakob Kummerow
2013/05/31 11:31:58
past tense please
rossberg
2013/05/31 11:38:25
Done.
|
+ (Chromium issue 243868) |
+ |
+ Fix two CPU profiler tests on ARM and MIPS simulators |
Jakob Kummerow
2013/05/31 11:31:58
No need to mention this
rossberg
2013/05/31 11:38:25
Done.
|
+ (issue 2628) |
+ |
+ Make more GCs in idle notification handler. |
+ (Chromium issue 241815) |
+ |
+ Fix counting of scanned bytes in incremental marking step for large |
Jakob Kummerow
2013/05/31 11:31:58
Past tense please.
Since this affects the same bug
rossberg
2013/05/31 11:38:25
Done.
|
+ object. |
+ (Chromium issue 241815) |
+ |
+ Disable --optimize-constructed-arrays due to crashes |
+ (Chromium issue 244461) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-05-28: Version 3.19.6 |
Fixed IfBuilder::Deopt to clear the current block |