Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 0e6d6d9319fe654d0cd25743dfa10cfc7bb83529..7e9a8318f733a4b692e9f3a290f8188792964f40 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,24 @@ |
+2012-11-23: Version 3.15.5 |
+ |
+ Forced small array literals to have FAST_ELEMENTs |
Jakob Kummerow
2012/11/23 14:28:25
drop this
ulan
2012/11/23 14:32:55
Done.
|
+ |
+ Fixed JSON.stringify for objects with interceptor handlers. |
+ (Chromium issue 161028) |
+ |
+ Reset progress bar of object to 0 when RecordWrites changes object |
Jakob Kummerow
2012/11/23 14:28:25
drop this
ulan
2012/11/23 14:32:55
Done.
|
+ color to grey. (issue 2423) |
+ |
+ Reverted r13025 and r13026 (they introduced a bug on arm and regressed |
Jakob Kummerow
2012/11/23 14:28:25
drop this
ulan
2012/11/23 14:32:55
Done.
|
+ octane crypto). |
+ |
+ Object.observe: Unblacklist some tests involving indexed properties |
Jakob Kummerow
2012/11/23 14:28:25
drop this
ulan
2012/11/23 14:32:55
Done.
|
+ (issue 2409) |
+ |
+ Fixed corner case in x64 compare stubs. (issue 2416) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-11-16: Version 3.15.4 |
Fixed Array.prototype.join evaluation order. (issue 2263) |