Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 39885e7831b2b46f7dbdc3e1463b611092ad6149..0839d112ad448d9599fe9853b82a6eb334750c71 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,18 @@ |
+2013-05-24: Version 3.19.4 |
+ |
+ Fix edge case in stack trace formatting. (Chromium issue 237617) |
Jakob Kummerow
2013/05/24 12:29:05
nit: past tense please (here and 3 more times belo
|
+ |
+ Fix embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium issue |
+ 240032) |
+ |
+ Make Object.freeze fast (issue 1858, 115960) |
Jakob Kummerow
2013/05/24 12:29:05
nit: s/115960/Chromium issue 115960/
|
+ |
+ Fix bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue |
+ 242924) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-05-22: Version 3.19.3 |
Performance and stability improvements on all platforms. |