Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 6117e56b7691faa0c619d973d750de984b85d403..67ce8ab407db57b610e46b693a2ea838a67e1406 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,18 @@ |
+2013-06-13: Version 3.19.14 |
+ |
+ Fixed crashes when calling new Array(a) with a single argument that |
+ could result in creating a holey array with a packed elements kind. |
+ (Chromium issue 245480) |
+ |
+ Deprecated obsolete JSFunction::unchecked_shared accessor. |
Jakob Kummerow
2013/06/12 22:28:45
I don't think we need to mention this.
|
+ (issue 1490) |
+ |
+ Fixed issues in parallel compilation. |
+ (Chromium issue 248076) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-06-11: Version 3.19.13 |
Performance and stability improvements on all platforms. |